Closed GitMensch closed 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.
Finished
That is so super cool, thank you very much for version 2.0.0! That totally changes the way to work with vimL files!
... and possibly improves on one of the TODO points, providing (at least a bit of) better code-completion.