diff options
author | Haojian Wu <hokein@google.com> | 2019-09-10 08:07:12 +0000 |
---|---|---|
committer | Haojian Wu <hokein@google.com> | 2019-09-10 08:07:12 +0000 |
commit | 2fa2d45963580a95ea97f5b26f102a96c0eeee32 (patch) | |
tree | 7ec16cfca087bdc69943a11efe2397a5f42c9f08 | |
parent | 8e87396307f0e395e75196707b8b2614035ff57c (diff) | |
download | bcm5719-llvm-2fa2d45963580a95ea97f5b26f102a96c0eeee32.tar.gz bcm5719-llvm-2fa2d45963580a95ea97f5b26f102a96c0eeee32.zip |
[clangd] some tweaks on the vscode readme, NFC
llvm-svn: 371495
-rw-r--r-- | clang-tools-extra/clangd/clients/clangd-vscode/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clangd/clients/clangd-vscode/README.md b/clang-tools-extra/clangd/clients/clangd-vscode/README.md index a9c35db0081..44b7f9697e7 100644 --- a/clang-tools-extra/clangd/clients/clangd-vscode/README.md +++ b/clang-tools-extra/clangd/clients/clangd-vscode/README.md @@ -14,8 +14,8 @@ Provides C/C++ language IDE features for VS Code using [clangd](https://clang.ll ### `clangd` server `clangd` is a language server that must be installed separately, see -[https://clangd.github.io/installation.html](getting started). -The vscode-clangd plugin will look for `clangd` on your PATH (you can change +[getting started](https://clang.llvm.org/extra/clangd/Installation.html#installing-clangd). +The vscode-clangd extension will look for `clangd` on your PATH (you can change this in the settings). ### Project setup @@ -63,7 +63,7 @@ Press `Ctrl-P #` to quickly navigate to a symbol by name. ### Include management Code completion works across your codebase and adds `#include` directives where -needed. The `•` shows includes that will be inserted. +needed. The `•` shows includes that will be inserted. clangd can also suggest inserting missing #includes, where they cause errors. |