forked from OSchip/llvm-project
[clangd] NFC: Mark Workspace Symbol feature complete in the documentation
Workspace Symbol implementation was introduced in D44882 and should be complete now. Reviewed by: ioeric Differential Revision: https://reviews.llvm.org/D50703 llvm-svn: 340007
This commit is contained in:
parent
22d580f2ca
commit
28c804a752
|
@ -64,7 +64,7 @@ extension to the protocol.
|
|||
| Completion | Yes | Yes |
|
||||
+-------------------------------------+------------+----------+
|
||||
| Diagnostics | Yes | Yes |
|
||||
+-------------------------------------+------------+----------+
|
||||
+-------------------------------------+------------+----------+
|
||||
| Fix-its | Yes | Yes |
|
||||
+-------------------------------------+------------+----------+
|
||||
| Go to Definition | Yes | Yes |
|
||||
|
@ -83,7 +83,7 @@ extension to the protocol.
|
|||
+-------------------------------------+------------+----------+
|
||||
| Document Symbols | Yes | Yes |
|
||||
+-------------------------------------+------------+----------+
|
||||
| Workspace Symbols | Yes | No |
|
||||
| Workspace Symbols | Yes | Yes |
|
||||
+-------------------------------------+------------+----------+
|
||||
| Syntax and Semantic Coloring | No | No |
|
||||
+-------------------------------------+------------+----------+
|
||||
|
|
Loading…
Reference in New Issue