MonoDevelop
From Wikipedia, the free encyclopedia
| MonoDevelop | |
Screenshot of MonoDevelop |
|
| Developer: | MonoDevelop Team |
|---|---|
| Latest release: | 0.13 / 22 February 2007 |
| OS: | Linux, Mac OS X |
| Use: | IDE |
| License: | GPL |
| Website: | www.monodevelop.com |
MonoDevelop is an open source GNOME IDE primarily designed for C# and other .NET languages. It was originally a port of SharpDevelop to Gtk#, but it has evolved greatly since the initial port. MonoDevelop is part of the Mono project.
Contents |
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.
The .NET documentation and the Gtk# documentation are built into MonoDevelop for easy access.
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.
MonoDevelop has an integrated Gtk# GUI designer named Stetic.
MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application.