[PATCH] D65373: [clangd] Update features table in the docs with links to LSP extension proposals

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 18 22:09:08 PDT 2019


nridge marked 2 inline comments as done.
nridge added inline comments.


================
Comment at: clang-tools-extra/docs/clangd/Features.rst:260
 +-------------------------------------+------------+----------+
-| Syntax and Semantic Coloring        | No         |   No     |
+| Syntax and Semantic Coloring        |`Proposed`__|   No     |
 +-------------------------------------+------------+----------+
----------------
ilya-biryukov wrote:
> Could you mention that semantic coloring is implemented in clangd? (with a footnote that it only works in `Theia` atm)
Updated. I didn't add a footnote, because it doesn't seem any different than e.g. type hierarchy which I think is also only supported by Theia at the moment -- clangd implements the extension as proposed, and it will work with any client that does as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65373/new/

https://reviews.llvm.org/D65373





More information about the cfe-commits mailing list