###(The hackable IDE)
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
- 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!
ctrl-F12
Go to definitionshift-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!