You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to "go to definition" for specific import, nothing happens, but the same functionality works when using command on import path.
For example, I would expect this would work when running command on style_asset, but this only works when running command on "helpers.html.twig".
base.html.twig
helpers.html.twig
Running default Symfony project, with Sublime Text custom LSP client for Twiggy.
This is maybe related to language server specifically. I suppose this works for VS Code extension? Maybe it would be best if this functionality gets implemented in language server so every other editor can benefit from this.
The text was updated successfully, but these errors were encountered:
Yeah, this is related to the language server. VS Code part basically consists of nothing but run server for each of the open folders and add space character when you type '{{'
When trying to "go to definition" for specific import, nothing happens, but the same functionality works when using command on import path.
For example, I would expect this would work when running command on
style_asset
, but this only works when running command on"helpers.html.twig"
.base.html.twig
helpers.html.twig
Running default Symfony project, with Sublime Text custom LSP client for Twiggy.
This is maybe related to language server specifically. I suppose this works for VS Code extension? Maybe it would be best if this functionality gets implemented in language server so every other editor can benefit from this.
The text was updated successfully, but these errors were encountered: