Linux version of visual studio

Celegorm

Site Team
Staff member
Messages
11,741
Location
USA
I'm trying to use Linux more and more but have yet to find an IDE that I like that works in Linux. My personal favorite is Visual Studio which doesn't work in Linux. Does anyone know of anything that is similar to VS that works for Linux?
 
For C# or Visual Basic, use MonoDevelop. Though I'd really not suggest using Visual Basic at all. It's not very well-supported and has nothing that C# doesn't have.

For C++, you have many more options. I like Eclipse for a C++ IDE, but there are many others as well.
 
Back
Top Bottom