Author: hokein Date: Tue Sep 10 01:07:12 2019 New Revision: 371495 URL: http://llvm.org/viewvc/llvm-project?rev=371495&view=rev Log: [clangd] some tweaks on the vscode readme, NFC
Modified: clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md Modified: clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md?rev=371495&r1=371494&r2=371495&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md (original) +++ clang-tools-extra/trunk/clangd/clients/clangd-vscode/README.md Tue Sep 10 01:07:12 2019 @@ -14,8 +14,8 @@ Provides C/C++ language IDE features for ### `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 ### 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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits