Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.22 KB

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

# (if using Cygwin, overwrite the default config file config.json with config-cygwin.json)
copy OmniSharp\config-cygwin.json OmniSharp\config.json

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)