Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1022 Bytes

File metadata and controls

19 lines (17 loc) · 1022 Bytes
name image header github
emacs
emacs.png
Omnisharp-Emacs
omnisharp-emacs

Short version

  1. Enable the MELPA stable package archive. Use MELPA stable for official releases, or plain MELPA for development snapshots.
  2. M-x package-install RET omnisharp RET
  3. Clone omnisharp-server to a location of your choosing
  4. Build it :)
  5. Download curl
  6. Customize omnisharp with M-x customize-group RET omnisharp RET
  7. Currently there are default keybinding suggestions for evil-mode users at github. Adopt them or create your own!
    • Start omnisharp with M-x omnisharp-mode RET or automatically in a mode hook

Long version

  1. See here