Navigation

From MonoDevelop


Image:features.png

MonoDevelop is a free GNOME IDE primarily designed for C# and other .NET languages. The main features of MonoDevelop are:

  • Code Completion. MonoDevelop's intelligent code completion attempts to complete type, method and field names as you're typing. The IDE will automatically get the class information from your source code files and from the libraries referenced in your project.
  • 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.
  • Built-in Help. The .NET documentation and the Gtk# documentation are built into MonoDevelop for easy access.
  • Project Support. MonoDevelop comes with built in projects that help get you started with your console, Gnome# or Gtk# application.
  • Add-ins. MonoDevelop has a powerful add-in engine, which together with a modular API and a complete set of extension points, provides a seamless platform upon which to build your own development tools. MonoDevelop also provides an Add-in Manager you can use to install add-ins from online repositories.

News

MonoDevelop 2.0 Alpha 2 released

MonoDevelop 2.0 Alpha 2 has been released, and it comes with many interesting features. This is the first release to include support for debugging managed and native applications. Code completion has been greatly improved, with basic support for c# 3. More details in the release notes. Directions for the packages are in the Download - Unstable page.

November 21, 2008

MonoDevelop 2.0 Alpha 1 released

MonoDevelop 2.0 Alpha 1 has been released. This is the first in a series of releases that will lead to MonoDevelop 2.0, hopefully around the end of the year. This new release includes better support for MSBuild, improved text editor with code folding, improvements in ASP.NET and XML file editing, and many other new features. More details in the release notes. Directions for the packages are in the Download - Unstable page.

July 4, 2008

MonoDevelop 1.0 released

MonoDevelop 1.0 has been released. See the official announcement here.

March 14, 2008

Old News