BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News MonoDevelop 3.0 – Better Code Completion, Performance, Quick-Fix Suggestions

MonoDevelop 3.0 – Better Code Completion, Performance, Quick-Fix Suggestions

This item in japanese

Bookmarks

MonoDevelop 3.0 has been released and there are several new features that focus on performance and developer productivity, especially for C# developers.

The major change in the version is that MonoDevelop’s resolver and code completion now uses the Mono Compiler Service, which ensures all future improvements to the Compiler Service will improve these IDE features.

Some of the improvements in a gist -

  • Better Code completion, especially lambdas and LINQ Expressions
  • Faster and More Accurate Find References
  • Semantic Highlighting for C#
  • Improved Code Formatting with a new predefined “AllMan” scheme, compatible with the VS default
  • New version of MonoMac addin
  • New Visual Designer for Mono For Android
  • Faster loading and building of large projects

Apart from these, there is a new experimental feature for Source Analysis that offers potential code improvements/refactorings and a quick-fix command - when enabled this also shows a code mini-map near the scroll-bar. The refactoring uses NRefactory 5 context actions model and it is possible to write new context actions. It is noteworthy that NRefactory5, which is built on top of Mono Compiler service, is also used in SharpDevelop and is result of a collaborative effort between the two project teams. 

MonoDevelop is an open-source IDE for .NET and Mono-based Desktop and Web applications, mainly developed and supported by Xamarin

Rate this Article

Adoption
Style

BT