This article is from my translation on infoq Chinese siteArticle, Original address is: http://www.infoq.com/cn/news/2012/05/monodevelop-3
Recently, monodevelop 3.0 was released. This version provides some new features, focusing on performance and developer productivity, especially for C # developers.
The main change of this version is that the monodevelop parser andCodeNow the mono Compiler service is used, ensuring that all future improvements to the Compiler service will improve these IDE features.
Some major improvements are as follows:
- Better Code, especially Lambdas and LINQ expressions
- Faster and more accurate find references
- C # syntax highlighting
- Better code formatting through the new predefined "Allman" mode, compatible with vs default
- New version of monomac addin
- New mono for Android visual designer
- Load and build large projects faster
In addition to the above improvements, there is also a new experimental feature for source analysis, provides potential code improvement, refactoring, and quick fix commands-start it and display a code mini-chart near the scroll bar. The refactoring feature uses the nrefactory 5 context action model to write new context actions. It is worth mentioning that nrefactory 5 built on the mono Compiler service is also used in sharpdevelop, which is the result of collaboration between two project teams.
Monodevelop is an open-source IDE for. NET and mono-based desktop and Web applications. It is mainly developed and supported by xamarin.
View Original English text:Monodevelop 3.0-better Code Completion, performance, quick-fix suggestions