XadillaX / vscode-language-viml

VimL plugin for VSCode.
https://marketplace.visualstudio.com/items?itemName=XadillaX.viml
MIT License
26 stars 8 forks source link

please add symbol provider (would allow "go to" / "show definition/references") #8

Closed GitMensch closed 2 years ago

GitMensch commented 3 years ago

... and possibly improves on one of the TODO points, providing (at least a bit of) better code-completion.

GitMensch commented 2 years ago

Thank you for your recent work on this extension. After updating I've thought about what I miss most - it is definitely the symbol providing part. Some first research shows that to do it one needs to provide a DocumentSymbolProvider, there's an example for this at SO.

The first thing to provide would be function definitions, the second one variables.

XadillaX commented 2 years ago

Finished

GitMensch commented 2 years ago

That is so super cool, thank you very much for version 2.0.0! That totally changes the way to work with vimL files!