kadircet created this revision.
Herald added subscribers: cfe-commits, arphaman, jkorous, MaskRay, ioeric, 
ilya-biryukov.

Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D56718

Files:
  docs/clangd.rst


Index: docs/clangd.rst
===================================================================
--- docs/clangd.rst
+++ docs/clangd.rst
@@ -77,35 +77,35 @@
 +-------------------------------------+------------+----------+
 | 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     |
 +-------------------------------------+------------+----------+
-| Quick Assist                        | No         |   No     |
+| Hide Method                         | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Extract Local Variable              | No         |   No     |
+| Implement Method                    | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Extract Function/Method             | No         |   No     |
+| Gen. Getters/Setters                | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Hide Method                         | No         |   No     |
+| Syntax and Semantic Coloring        | No         |   No     |
 +-------------------------------------+------------+----------+
-| Implement Method                    | No         |   No     |
+| Call hierarchy                      | No         |   No     |
 +-------------------------------------+------------+----------+
-| Gen. Getters/Setters                | No         |   No     |
+| Type hierarchy                      | No         |   No     |
++-------------------------------------+------------+----------+
+| Organize Includes                   | No         |   No     |
 +-------------------------------------+------------+----------+
 
 Editor Integration
@@ -119,6 +119,15 @@
 Vim Integration
 ---------------
 
+YouCompleteMe
+~~~~~~~~~~~~~
+
+One of the options of using :program:`Clangd` in :program:`vim` is to utilize
+`YouCompleteMe
+<https://valloric.github.io/YouCompleteMe/>`_ plugin. Please see the
+`Installation section on your OS
+<https://valloric.github.io/YouCompleteMe/#installation>`_ for instructions.
+
 LanguageClient-neovim
 ~~~~~~~~~~~~~~~~~~~~~
 


Index: docs/clangd.rst
===================================================================
--- docs/clangd.rst
+++ docs/clangd.rst
@@ -77,35 +77,35 @@
 +-------------------------------------+------------+----------+
 | 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     |
 +-------------------------------------+------------+----------+
-| Quick Assist                        | No         |   No     |
+| Hide Method                         | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Extract Local Variable              | No         |   No     |
+| Implement Method                    | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Extract Function/Method             | No         |   No     |
+| Gen. Getters/Setters                | Yes        |   No     |
 +-------------------------------------+------------+----------+
-| Hide Method                         | No         |   No     |
+| Syntax and Semantic Coloring        | No         |   No     |
 +-------------------------------------+------------+----------+
-| Implement Method                    | No         |   No     |
+| Call hierarchy                      | No         |   No     |
 +-------------------------------------+------------+----------+
-| Gen. Getters/Setters                | No         |   No     |
+| Type hierarchy                      | No         |   No     |
++-------------------------------------+------------+----------+
+| Organize Includes                   | No         |   No     |
 +-------------------------------------+------------+----------+
 
 Editor Integration
@@ -119,6 +119,15 @@
 Vim Integration
 ---------------
 
+YouCompleteMe
+~~~~~~~~~~~~~
+
+One of the options of using :program:`Clangd` in :program:`vim` is to utilize
+`YouCompleteMe
+<https://valloric.github.io/YouCompleteMe/>`_ plugin. Please see the
+`Installation section on your OS
+<https://valloric.github.io/YouCompleteMe/#installation>`_ for instructions.
+
 LanguageClient-neovim
 ~~~~~~~~~~~~~~~~~~~~~
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to