Update README.md

https://github.com/Valloric/ycmd/pull/628
This commit is contained in:
David Zmick 2016-10-20 09:03:09 -05:00
parent ddf18cc6ec
commit 0acafe7fc7
2 changed files with 4 additions and 2 deletions

View File

@ -732,6 +732,7 @@ Quick Feature Summary
* Go to definition (`GoTo`, `GoToDefinition`, and `GoToDeclaration` are * Go to definition (`GoTo`, `GoToDefinition`, and `GoToDeclaration` are
identical) identical)
* Management of `racer` server instance * Management of `racer` server instance
* View documentation comments for identifiers (`GetDoc`)
User Guide User Guide
---------- ----------
@ -1363,7 +1364,7 @@ under the cursor. Depending on the file type, this includes things like:
* etc. * etc.
Supported in filetypes: `c, cpp, objc, objcpp, cs, python, typescript, Supported in filetypes: `c, cpp, objc, objcpp, cs, python, typescript,
javascript` javascript, rust`
#### The `GetDocImprecise` subcommand #### The `GetDocImprecise` subcommand

View File

@ -965,6 +965,7 @@ Rust ~
- Go to definition (|GoTo|, |GoToDefinition|, and |GoToDeclaration| are - Go to definition (|GoTo|, |GoToDefinition|, and |GoToDeclaration| are
identical) identical)
- Management of 'racer' server instance - Management of 'racer' server instance
- View documentation comments for identifiers (|GetDoc|)
=============================================================================== ===============================================================================
*youcompleteme-user-guide* *youcompleteme-user-guide*
@ -1638,7 +1639,7 @@ under the cursor. Depending on the file type, this includes things like:
- etc. - etc.
Supported in filetypes: 'c, cpp, objc, objcpp, cs, python, typescript, Supported in filetypes: 'c, cpp, objc, objcpp, cs, python, typescript,
javascript' javascript, rust'
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
The *GetDocImprecise* subcommand The *GetDocImprecise* subcommand