Please ensure you've got Mono 4.0.1 or later installed if you're on OS X/Linux. Or .NET 4.5.1 on Windows.
If you want to work on a DNX application then you will also need to have dnvm installed. Please refer to the instructions detailed in the aspnet/home repository.
From the packages settings inside 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
or cmd-d
Go to definition - can also ctrl-click or cmd-click
shift-alt-t
or ctrl-,
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 methodsf1
).project.json
files