Alxandr / omnisharp-atom

Omnisharp support for the atom editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omnisharp-atom package build status

###(The hackable IDE)

omnisharp-atom

Installation

From the packages settings inside Atom:

  • install omnisharp-atom

From the command-line:

apm install omnisharp-atom

To use

  • Open a c# file

When the flame icon in the bottom left corner turns green, the server has started!

Features

  • alt-F12 Go to definition
  • ctrl-F12 Go to implementation
  • shift-F12 Find usages
  • Completions appear as you type. To select an item, press the TAB key.
  • Editor adornments (squigglies) appear for errors and code hints as you type.
  • Automatic Package restore in vNext when you save project.json files
  • Enjoy!

Wiki

https://github.com/OmniSharp/omnisharp-atom/wiki

About

Omnisharp support for the atom editor

License:MIT License


Languages

Language:TypeScript 80.9%Language:JavaScript 8.9%Language:CSS 4.6%Language:CoffeeScript 3.5%Language:Shell 1.8%Language:C# 0.3%