Skip to content

stephen-james/omnisharp-atom

 
 

Repository files navigation

omnisharp-atom package

###(The hackable IDE)

omnisharp-atom

Installation

From the packages settings inside Atom:

  • install "Language C#" package
  • install "Autocomplete plus async" package first!
  • install "Omnisharp Atom" package

From the commandline:

apm install language-csharp
apm install autocomplete-plus-async
apm install omnisharp-atom

To use

  • Open the root of your solution within Atom
  • Press Ctrl-Alt-o - this starts the OmniSharp server

When the flame icon in the bottom left corner turns green, the server has started!

Features

  • ctrl-F12 Go to definition
  • shift-F12 Find usages
  • Completions appear as you type. To select an item, press the TAB key.
  • Editor addornments (squigglies) appear for errors and code hints as you type.
  • Enjoy!

About

Omnisharp support for the atom editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 89.9%
  • CSS 8.5%
  • Other 1.6%