[clangd] some tweaks on the vscode readme, NFC

llvm-svn: 371495
This commit is contained in:
Haojian Wu 2019-09-10 08:07:12 +00:00
parent 8e87396307
commit 2fa2d45963
1 changed files with 3 additions and 3 deletions

View File

@ -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.