Twig Include Opener
Mini VS Code extension to open Twig files referenced in {% include %}, {% extends %} and {% embed %}.
Installation
- Open
twig-open-include in VS Code.
- Run
npm install.
- Run
npm run compile.
- Press
F5 to launch the Extension Development Host.
Usage
- Open a
.twig file.
- Click a path inside
{% include '...' %} or {% extends '...' %}.
- Use
F12 on the Twig path to go to the file.
| |