diff --git a/clang-tools-extra/docs/clangd/Features.rst b/clang-tools-extra/docs/clangd/Features.rst --- a/clang-tools-extra/docs/clangd/Features.rst +++ b/clang-tools-extra/docs/clangd/Features.rst @@ -257,11 +257,15 @@ +-------------------------------------+------------+----------+ | Gen. Getters/Setters | Yes | No | +-------------------------------------+------------+----------+ -| Syntax and Semantic Coloring | No | No | +| Syntax and Semantic Coloring |`Proposed`__| No | +-------------------------------------+------------+----------+ -| Call hierarchy | No | No | +| Call hierarchy |`Proposed`__| No | +-------------------------------------+------------+----------+ -| Type hierarchy | No | Yes | +| Type hierarchy |`Proposed`__| Yes | +-------------------------------------+------------+----------+ -| Organize Includes | No | No | +| Organize Includes | Yes | No | +-------------------------------------+------------+----------+ + +__ https://github.com/microsoft/language-server-protocol/issues/18 +__ https://github.com/microsoft/language-server-protocol/issues/468 +__ https://github.com/microsoft/language-server-protocol/issues/136