Skip to content

HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.

License

Notifications You must be signed in to change notification settings

robertwahler/OmniSharpServer

 
 

Repository files navigation

OmniSharpServer

Build Status

HTTP wrapper around NRefactory allowing C# editor plugins to be written for any editor in any language.

This is the server component for the Vim OmniSharp plugin, YouCompleteMe, Sublime Text 2 OmniSharp plugin, Sublime Text 3 and Emacs OmniSharp plugin.

#Build

####OSX / Linux git clone https://github.com/nosami/OmniSharpServer.git cd OmniSharpServer xbuild /p:Platform="Any CPU"

####Windows git clone https://github.com/nosami/OmniSharpServer.git cd OmniSharpServer msbuild /p:Platform="Any CPU"

To start the Omnisharp server manually (The Vim OmniSharp client and YouCompleteMe may start this for you automatically):

[mono] OmniSharp.exe -s (path\to\sln)

Bitdeli Badge

About

HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published