[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
Sat Jul 27 18:57:02 PDT 2019
nridge marked an inline comment as done.
nridge added inline comments.
================
Comment at: clang-tools-extra/docs/clangd/Features.rst:266
+-------------------------------------+------------+----------+
-| Organize Includes | No | No |
+| Organize Includes | Yes | No |
+-------------------------------------+------------+----------+
----------------
Note, I changed "Organize Includes" to "Yes" because it doesn't need a new protocol: it's meant to use `textDocument/codeAction` (there's even a `CodeActionKind` for it, `source.organizeImports`).
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