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.