AndersNS / omnisharp-atom

Omnisharp support for the atom editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omnisharp-atom package build status Windows 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

  • or open a scriptcs file

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

Features

  • F12 or cmd-d Go to definition - can also ctrl-click or cmd-click shift-alt-t or ctrl-, Find type
  • ctrl-F12 Go to implementation
  • shift-F12 Find usages
  • F8, shift-F8 Go to next/previous usage
  • ctrl-k, ctrl-d Format document
  • ctrl-k ctrl-c Comment selection
  • f2 Rename
  • ctrl-alt-down Navigate downwards through methods
  • ctrl-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!

Wiki

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

About

Omnisharp support for the atom editor

License:MIT License


Languages

Language:TypeScript 88.6%Language:CSS 5.3%Language:JavaScript 3.8%Language:CoffeeScript 1.8%Language:Shell 0.5%Language:C# 0.1%