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