Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 633
Shodan Avatar asked Aug 28 '18 07:08

Shodan


People also ask

How do I show IntelliSense in Visual Studio?

The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space .

Can I use VB net in VS Code?

Yes you can! Check out the example language server in the VS Code Extension API documentation.

Why is IntelliSense not working Visual Studio 2022?

Please try: Go to Visual Studio Installer, click Modify , uncheck IntelliCode in Individual components, then click Modify button to save the change, wait for the installation to complete, and then reinstall IntelliCode . In Visual Studio, go to Tools->Options->IntelliCode to check if the setting is Default.


1 Answers

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

like image 59
user13892 Avatar answered Sep 19 '22 00:09

user13892