Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE's for C# development on Linux?

Tags:

c#

linux

ide

mono

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

like image 562
ilitirit Avatar asked Sep 30 '08 00:09

ilitirit


People also ask

Which IDE should I use for C?

NetBeans NetBeans, developed by Apache Software Foundation – Oracle Corporation, is also one of the most widely used IDE by the C/C++ developers. This free and open-source Integrated Development Environment allows you to create C and C++ applications with dynamic and static libraries.

Which free IDE is best for C programming?

NetBeans It is one of the most used IDEs and can run on Windows, Linux, Mac OS X and Solaris. It is a free and open-source IDE that is written in Java. This IDE consists of an interface that comes with a drag-and-drop feature and a list of convenient project templates.

Can I use Visual Studio for C?

The Microsoft C/C++ for Visual Studio Code extension supports IntelliSense, debugging, code formatting, auto-completion. Visual Studio for Mac doesn't support Microsoft C++, but does support . NET languages and cross-platform development.

Can IntelliJ idea be used for C?

note. C/C++ are not officially supported in IntelliJ IDEA, but you can use CLion. You can browse the JetBrains Marketplace to find an official plugin that adds support for almost any language, framework or technology used today, or for third-party plugins.


2 Answers

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.

like image 75
trampster Avatar answered Sep 23 '22 05:09

trampster


Microsoft has released Visual Studio Code for Linux, which has good C# support, naturally.

like image 45
jhaagsma Avatar answered Sep 22 '22 05:09

jhaagsma