< Back to index


MonoDevelop is a free GNOME IDE primarily designed for C# and other .NET languages. It was originally a port of SharpDevelop to Gtk#, but it has evolved a lot since the initial port. MonoDevelop is part of the Mono project.

Features


Class Management


MonoDevelop has a class viewer which allows you to list the classes in your project, their methods, and properties. Your namespaces are also kept track of to keep the classes separated. When you add something to your project, it will automatically be added to the class viewer, even if they're namespaces, classes, methods, or even variables.

Built-in Help


The .NET documentation and the Gtk# documentation are built into MonoDevelop for easy access.

Code Completion


With the .NET and Gtk# frameworks put together, it can be challenging to remember all the classes, methods, or properties that are at your disposal. MonoDevelop's intelligent code completion attempts to complete what you're typing. If it finds a match, just hit tab and MonoDevelop will do the typing for you.

GUI Designer


MonoDevelop has an integrated Gtk# GUI designer named Stetic.

Project Support


MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application.
This entry uses material from from Wikipedia, the leading user-contributed encyclopedia. It is licensed under the GNU Free Documentation License. Disclaimer.