vscode-twig-goto
Features
e.g.
{% extends 'layout/default.html.twig' %} => jump to your/path/to/layout/default.html.twig
{{ include('components/article.html.twig') }} => jump to your/path/to/components/article.html.twig
{% import 'components/foo.html.twig' %} => jump to your/path/to/components/foo.html.twig
| |