I am writing a Scheme interpreter as a plugin to VS. I want to use intellisense for symbol completion.
Is this possible? Can I programmatically pass symbols to intellisense so the plugin user can see available symbols?
I am writing a Scheme interpreter as a plugin to VS. I want to use intellisense for symbol completion.
Is this possible? Can I programmatically pass symbols to intellisense so the plugin user can see available symbols?