[clang-tools-extra] r354865 - [clangd] Update docs to mention YCM integration and new LSP features

Kadir Cetinkaya via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 26 03:08:04 PST 2019


Author: kadircet
Date: Tue Feb 26 03:08:04 2019
New Revision: 354865

URL: http://llvm.org/viewvc/llvm-project?rev=354865&view=rev
Log:
[clangd] Update docs to mention YCM integration and new LSP features

Reviewers: gribozavr

Reviewed By: gribozavr

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

Tags: #clang

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

Modified:
    clang-tools-extra/trunk/docs/clangd/index.rst

Modified: clang-tools-extra/trunk/docs/clangd/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/index.rst?rev=354865&r1=354864&r2=354865&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/index.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/index.rst Tue Feb 26 03:08:04 2019
@@ -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




More information about the cfe-commits mailing list