[PATCH] D56718: [clangd] Update docs to mention YCM integration and new LSP features
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 26 03:02:03 PST 2019
kadircet updated this revision to Diff 188327.
kadircet added a comment.
Herald added a project: clang.
- Revert YCM related parts
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56718/new/
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 |
++-------------------------------------+------------+----------+
+| 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56718.188327.patch
Type: text/x-patch
Size: 3228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190226/9531560a/attachment-0001.bin>
More information about the cfe-commits
mailing list