[clangd] Update docs to mention YCM integration and new LSP features
authorKadir Cetinkaya <kadircet@google.com>
Tue, 26 Feb 2019 11:08:04 +0000 (11:08 +0000)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 26 Feb 2019 11:08:04 +0000 (11:08 +0000)
Reviewers: gribozavr

Reviewed By: gribozavr

Subscribers: ilya-biryukov, ioeric, MaskRay, jkorous, arphaman, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D56718

llvm-svn: 354865

clang-tools-extra/docs/clangd/index.rst

index 0843bca..c871905 100644 (file)
@@ -77,35 +77,35 @@ extension to the protocol.
 +-------------------------------------+------------+----------+
 | Source hover                        | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
-| Find References                     | Yes        |   No     |
-+-------------------------------------+------------+----------+
-| Code Lens                           | Yes        |   No     |
+| Find References                     | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Document Symbols                    | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
 | Workspace Symbols                   | Yes        |   Yes    |
 +-------------------------------------+------------+----------+
-| Syntax and Semantic Coloring        | No         |   No     |
+| Code Lens                           | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Code folding                        | No         |   No     |
+| Code folding                        | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Call hierarchy                      | No         |   No     |
+| Extract Local Variable              | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Type hierarchy                      | No         |   No     |
+| Extract Function/Method             | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Organize Includes                   | No         |   No     |
+| Quick Assist                        | Yes        |   No     |
++-------------------------------------+------------+----------+
+| Hide Method                         | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Quick Assist                        | No         |   No     |
+| Implement Method                    | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Extract Local Variable              | No         |   No     |
+| Gen. Getters/Setters                | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Extract Function/Method             | No         |   No     |
+| Syntax and Semantic Coloring        | No         |   No     |
 +-------------------------------------+------------+----------+
-| Hide Method                         | No         |   No     |
+| Call hierarchy                      | No         |   No     |
 +-------------------------------------+------------+----------+
-| Implement Method                    | No         |   No     |
+| Type hierarchy                      | No         |   No     |
 +-------------------------------------+------------+----------+
-| Gen. Getters/Setters                | No         |   No     |
+| Organize Includes                   | No         |   No     |
 +-------------------------------------+------------+----------+
 
 Editor Integration