0

Are there any alternatives for Visual Studio on Ubuntu?
I searched on Google and I could not find anything.

singrium
  • 6,880
AFOEK
  • 1
  • There is Atom which is free, but if you want something which look-like more professional, you can use CLion (software from JetBrain company) – damadam Oct 30 '19 at 09:45

2 Answers2

1

Your question leaves a bit to be desired, but from what I interpret you are asking for IDEs with C# support that can run on Ubuntu.

I would highly recommend Visual Studio Code (link)

Alternatively you have JetBrains Rider, which is a fabulous, but paid IDE.

If your question is if you can run Visual Studio on Ubuntu, the answer is no.

Smurfz87
  • 505
1

If you are looking for IDE then MonoDevelop or Visual Studio Code are good alternatives.

SheldonCopper
  • 124
  • 1
  • 2
  • 12