Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Twig link resolverNew to Visual Studio Code? Get it now.

Twig link resolver

Chaxwell

|
114 installs
| (0) | Free
Allows you to open twig files by clicking on the generated links
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Twig link resolver

This extension allows you to quickly open your twig file by clicking the links generated in your editor.

It does not (yet) support multiple root folders to resolve your twig files.



Configuration

Prepend the keys with the extension name : twigLinkResolver (e.g. twigLinkResolver.templatesRootPath)


Key Description Default Possible values
templatesRootPath The relative path to your twig templates folder "templates" any
languageFilter What languages are supported for the generated links [
"php",
"html",
"twig"
]
To enable the generation in twig files you must enable the filters "html" and "twig"
All existing language ids supported by Vscode


Demo


Navigating files



Creating file

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft