Using Visual Studio Code for vb.net : How to enable vb.net intellisense?

Viewed 32388

I program in vb.net, I'm switching from visual studio big edition to vs code to be more portable.

One feature I really miss is intellisense ? Can I make it work with vb.net ?

While searching I ended up on this page

https://code.visualstudio.com/docs/editor/intellisense

They say 8 languages are supported out of the box, but doesn't include vb.net or C# and that you should check on the marketplace for more

I checked on the marketplace and I can't seem to find it ?

Is there really no intellisense for vb.net ? In microsoft's own IDE ?

thanks

2 Answers

As of 2018-08-28, there is no intellisense feature for vb.net in visual studio code nor is there an extension for it

It's not much but there is a basic IntelliSense coverage of VB.NET syntax through this extension.

Related