Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 793 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 793 Bytes

omnisharp-atom package

###(The hackable IDE)

omnisharp-atom

Installation

From the packages settings inside Atom:

  • install "Autocomplete plus" package first!
  • install "Omnisharp Atom" package

From the commandline:

apm install autocomplete-plus
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

  • alt-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!