6

Bring .NET Development into your favourite editor with Omnisharp

 2 years ago
source link: https://deniskyashif.com/2015/12/09/bring-.net-development-into-your-favourite-editor-with-omnisharp/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Bring .NET Development into your favourite editor with Omnisharp

This year the .NET ecosystem welcomed DNX (.NET Execution Environment). Now developers are able to compile to and execute MSIL code on any operating system. This led to the increase of the framework’s popularity in places where Visual Studio isn’t available. Also the emergence of Roslyn, the new .NET compiler platform, which exposes all the compile stages via an API, allowed powerful code analysis tools to be easily written. This unleashed the development of some amazing projects like Omnisharp.

What is Omnisharp?

Omnisharp is a series of tools and extensions, which include editor integrations and libraries, that together help developers work with C# in any editor under any operating system. It offers wide set of features like smart completion, refactoring, semantic highlighting and even shorthands for building and executing .NET applications. It was initially created back in 2011 by Jason Imison, as a vim extension. However it kicked off big time in 2014, when Roslyn was released. The project is community driven and fully open source, meanwhile there are some notable Microsoft folks involved, like David Fowler.

How does it work?

Omnisharp is basically a web server which exposes services via HTTP endpoints. It receives information about the workspace and its state, and has the intelligence to understand the code and return the appropriate information. There are two versions of the server. The initial one, OmnisharpServer, written in 2011, using NRefactory (C# static analysis library) and Nancy, and the new one OmnisharpRoslyn, started in 2014, which utilizes Roslyn and uses WebAPI for its HTTP layer. OmnisharpServer tends to be a bit shaky and its development has stopped in favor of the Roslyn-based version. The latter also supports ASP.NET 5 (vNext) projects.

client-server

Then comes the client (editor plugin), which communicates with the server. Currently there are plugins for Emacs, Vim, Sublime Text, Atom and Brackets. Visual Studio Code comes with its built-in Omnisharp plugin. Integration instructions for each plugin are provided on the project website.

Features

Below you can take a look at some of the features with Emacs as my editor of choice:

  • Smart completion

  • Find definition

  • Find implementation

  • Fix usings

  • Format code

Looking forward

Omnisharp is still a young project and currently works only with C#. Even though it started in 2011, it hasn’t progressed much until a year ago, so there is a lot more to come. This June at the NDC Conference in Oslo Mathew McLoughlin, an Omnisharp team member, said that they continue to add new features to the server in terms of refactoring and code navigation. With the ability to pull in more libraries, the refactoring support is going to get even better. He also announced that the team works on adding scriptcs support and more editor extensions. Apart from Razor view support, probably the biggest feature still missing is the debugging, but the project is being actively developed and the community is constantly growing, so we should see them coming in some time as well.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK