###(The hackable IDE)
From the packages settings inside Atom:
- install omnisharp-atom
From the command-line:
apm install omnisharp-atom
-
Open a c# file
-
or open a scriptcs file
When the flame icon in the bottom left corner turns green, the server has started!
F12
orcmd-d
Go to definition - can also ctrl-click or cmd-clickshift-alt-t
orctrl-,
Find typectrl-F12
Go to implementationshift-F12
Find usagesF8, shift-F8
Go to next/previous usagectrl-k, ctrl-d
Format documentctrl-k ctrl-c
Comment selectionf2
Renamectrl-alt-down
Navigate downwards through methodsctrl-alt-up
Navigate upwards through methods- Completions appear as you type. To select an item, press Return or the TAB key.
- Type lookup on mouse over or from cursor (
f1
). - Editor adornments (squigglies) appear for errors and code hints as you type.
- Automatic Package restore in vNext when you save
project.json
files - Enjoy!