MonoDevelop

From Wikipedia, the free encyclopedia

MonoDevelop

Screenshot of MonoDevelop
Developer: MonoDevelop Team
Latest release: 0.12 / 6 September 2006
OS: Linux, Mac OS X
Use: IDE
License: GPL
Website: www.monodevelop.com

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.

Contents

[edit] Features

[edit] 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.

[edit] Built-in Help

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

[edit] 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.

[edit] GUI Designer

MonoDevelop has an integrated Gtk# GUI designer named Stetic.

[edit] Project Support

MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application.

[edit] External links

In other languages