[PATCH] D67092: [clangd] Update clangd-vscode docs to be more user-focused.
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 3 04:54:37 PDT 2019
sammccall marked 3 inline comments as done.
sammccall added inline comments.
================
Comment at: clang-tools-extra/clangd/clients/clangd-vscode/README.md:5
-## Usage
+ - code completion
+ - compile errors and warnings
----------------
kadircet wrote:
> can we also have links to sections below?
The intent here is a summary rather than a TOC, and that the page is short enough that the first is already visible and the others would jump down only a screen or so. I think the links would distract more than help.
================
Comment at: clang-tools-extra/clangd/clients/clangd-vscode/README.md:9
+ - include management
+ - code formatting
----------------
kadircet wrote:
> what about code-actions(and also some screenshots)
Added a section for refactoring. (code-actions is a mechanism, but not really a user-visible feature I think).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67092/new/
https://reviews.llvm.org/D67092
More information about the cfe-commits
mailing list