Does VSCode support native support or extensions for VB.NET?

I am running Ubuntu 17.04 and learning VB. I can not find any extensions for VB.NET.

Is there an extension or would a Windows VM be a better option?

+6
source share
1 answer

I could not find anything on the Marketplace except for VBScript and VBA extensions:
VS Marketplace: VB.NET extensions
But since you are learning VB.NET, I would suggest downloading Visual Studio Community and playing with it and developing the application. Then you also explore the .NET environment.
I started the same with Forms applications, but now I use only WPF, because this is the best option for creating more convenient graphical interfaces.
If you really want to use VS code, then VM or dual boot would be the best choice.

0
source

All Articles