https://github.com/ctf0/spryker-goto-view
https://github.com/ctf0/spryker-goto-view
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/spryker-goto-view
- Owner: ctf0
- License: gpl-3.0
- Created: 2024-12-16T16:27:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T09:33:09.000Z (over 1 year ago)
- Last Synced: 2025-03-19T05:12:26.292Z (over 1 year ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Spryker goto view

- copy file path ex.`/src/Pyz/Yves/CheckoutPage/Theme/default/views/summary/summary.twig` > `@CheckoutPage/views/summary/summary.twig`
- click to open file path ex.`template("page-layout-checkout")`
- show similar calls of twig directives in other twig files
- go to original file (inside vendor)
- jump to widget php file ex.`{% widget 'TestWidget' %}{% endwidget %}`
- jump to template file ex.`@CheckoutPage/views/summary/summary.twig` > `/src/Pyz/Yves/CheckoutPage/Theme/default/views/summary/summary.twig`