###(The hackable IDE)
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
- 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!
alt-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!