Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2019 on Linux [closed]

I am a linux user and for programming I use Visual Studio Code, the problem is that VS code is text editor not IDE so I cant open .sln files. Is there any way to install VS 2019 on any linux distro?

like image 232
Ivan Avatar asked Oct 29 '25 22:10

Ivan


1 Answers

Nope, Visual Studio is not available for Linux.

There are some alternatives:

  1. Visual Studio Code: lightweight version of VS, it works pretty well, it is fast and can be personalized a lot through extensions. It is not as powerful as Visual Studio, but it is a good approximation and it is free.
  2. Rider: substitute of Visual Studio from the same company that made ReSharper. Pretty similar to VS, with some more tricks on the sleeve. It misses some functionality that VS has, but, in the overall, it is pretty good! It is not free tho: it costs 139$ for the first year (the following years are a bit cheaper).
  3. Virtual Machine + Windows + Visual Studio. This is the option if you really cannot do without VS. Of course part of your machine's resources will be used for running the VM so the overall experience will be slower, but if you really need VS this is a good way to achieve it.

Please do NOT run it with wine. It is just not gonna work. The VM option is way easier and will work better.

like image 122
Alvin Sartor Avatar answered Oct 31 '25 13:10

Alvin Sartor