Skip to content

Commit

Permalink
Merge branch 'master' into OmnisharpAutoStopOption
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Aug 13, 2013
2 parents 65bca8b + f2b1455 commit 080bf8d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,27 @@ This command clears that cache entirely. YCM will then re-query your

Supported in filetypes: `c, cpp, objc, objcpp`

### The `StartServer` subcommand

Starts the semantic-engine-as-localhost-server for those semantic engines that
work as separate servers that YCM talks to.

Supported in filetypes: `cs`

### The `StopServer` subcommand

Stops the semantic-engine-as-localhost-server for those semantic engines that
work as separate servers that YCM talks to.

Supported in filetypes: `cs`

### The `RestartServer` subcommand

Restarts the semantic-engine-as-localhost-server for those semantic engines that
work as separate servers that YCM talks to.

Supported in filetypes: `cs`

Options
-------

Expand Down Expand Up @@ -810,6 +831,24 @@ Default: `0`

let g:ycm_seed_identifiers_with_syntax = 0

### The `g:ycm_csharp_server_port` option

The port number (on `localhost`) on which the OmniSharp server should be
started.

Default: `2000`

let g:ycm_csharp_server_port = 2000

### The `g:ycm_auto_start_csharp_server` option

When set to `1`, the OmniSharp server will be automatically started (once per
Vim session) when you open a C# file.

Default: `1`

let g:ycm_auto_start_csharp_server = 1

### The `g:ycm_add_preview_to_completeopt` option

When this option is set to `1`, YCM will add the `preview` string to Vim's
Expand Down

0 comments on commit 080bf8d

Please sign in to comment.