ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

LSP-Omni​Sharp

by sublimelsp ST4

Convenience plugin to install/update OmniSharp for LSP

Labels lsp, c#

Details

Installs

  • Total 5K
  • Win 3K
  • Mac 734
  • Linux 1K
Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24
Windows 0 4 4 2 4 0 4 4 3 2 3 2 0 1 1 1 3 4 0 2 7 4 1 5 1 3 1 4 2 0 2 4 7 4 2 6 4 2 0 1 1 4 2 1 5 2
Mac 1 2 0 0 0 1 1 2 1 0 0 2 1 0 2 1 1 0 0 0 0 1 0 2 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 2 1 0 1 1 0
Linux 0 2 2 1 1 2 2 2 0 0 1 1 0 0 2 0 0 0 1 2 1 1 2 2 0 2 1 1 0 3 1 5 3 3 1 2 1 0 1 0 3 2 2 4 2 4

Readme

Source
raw.​githubusercontent.​com

LSP-OmniSharp

This is a helper package that automatically installs and updates OmniSharp for you.

To use this package, you must have:

Applicable Selectors

This language server operates on views with the source.cs base scope.

Installation Location

The server is installed in the $DATA/Package Storage/LSP-OmniSharp directory, where $DATA is the base data path of Sublime Text. For instance, $DATA is ~/.config/sublime-text on a Linux system. If you want to force a re-installation of the server, you can delete the entire $DATA/Cache/LSP-OmniSharp directory.

Like any helper package, installation starts when you open a view that is suitable for this language server. In this case, that means that when you open a view with the source.cs base scope, installation commences.

Configuration

Configure OmniSharp by running Preferences: LSP-OmniSharp Settings from the Command Palette.

Capabilities

OmniSharp can do a lot of cool things, like

  • code completion
  • signature help
  • hover info
  • some quality code actions
  • formatting
  • find references
  • goto def