From 0acafe7fc73cbe6f7eab5872fb62ffe8ee91829c Mon Sep 17 00:00:00 2001 From: David Zmick Date: Thu, 20 Oct 2016 09:03:09 -0500 Subject: [PATCH] Update README.md https://github.com/Valloric/ycmd/pull/628 --- README.md | 3 ++- doc/youcompleteme.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7feda0c6..4a9db4b6 100644 --- a/README.md +++ b/README.md @@ -732,6 +732,7 @@ Quick Feature Summary * Go to definition (`GoTo`, `GoToDefinition`, and `GoToDeclaration` are identical) * Management of `racer` server instance +* View documentation comments for identifiers (`GetDoc`) User Guide ---------- @@ -1363,7 +1364,7 @@ under the cursor. Depending on the file type, this includes things like: * etc. Supported in filetypes: `c, cpp, objc, objcpp, cs, python, typescript, -javascript` +javascript, rust` #### The `GetDocImprecise` subcommand diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 8d32cb21..94b7a603 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -965,6 +965,7 @@ Rust ~ - Go to definition (|GoTo|, |GoToDefinition|, and |GoToDeclaration| are identical) - Management of 'racer' server instance +- View documentation comments for identifiers (|GetDoc|) =============================================================================== *youcompleteme-user-guide* @@ -1638,7 +1639,7 @@ under the cursor. Depending on the file type, this includes things like: - etc. Supported in filetypes: 'c, cpp, objc, objcpp, cs, python, typescript, -javascript' +javascript, rust' ------------------------------------------------------------------------------- The *GetDocImprecise* subcommand