Symfony templates
Required plugin: Symfony Support.
Web applications commonly comprise a number of pages usually rendered on the server using Twig or PHP-based templates.
note
The Symfony Support plugin also provides Twig-specific features.
The Symfony Support plugin enables context-aware completion CtrlSpace for template names:

To navigate to the declaration of a template, place the caret at its usage and press Ctrl0B. Alternatively, CtrlClick the usage.

Situations in which you refer to a template that is yet to be created are quite common. Instead of switching to the Project tool window or the Navigation Bar and using the mouse or keyboard shortcuts to navigate to the correct directory and create a new template, use the Create Template quick-fix provided by the Symfony Support plugin. This will create the template at the correct location in your project and bundle and immediately open the template in a new editor tab.

Thanks for your feedback!