IDE's for C# development on Linux?

ilitirit picture ilitirit · Sep 30, 2008 · Viewed 97.1k times · Source

What are my options? I tried MonoDevelop over a year ago but it was extremely buggy. Is the latest version a stable development environment?

Answer

trampster picture trampster · Sep 30, 2008

MonoDevelop 2.0 has been released, it now has a decent GUI Debugger, code completion, Intellisense C# 3.0 support (including linq), and a decent GTK# Visual Designer.

In short, since the 2.0 release I have started using Mono Develop again and am very happy with it so far.

Check out the MonoDevelop website for more info.