An open API service indexing awesome lists of open source software.

https://github.com/ctf0/spryker-goto-view


https://github.com/ctf0/spryker-goto-view

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Spryker goto view

Image

- 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`