Skip to content

Commit 531a6d8

Browse files
committed
8335911: Document ccls indexer in doc/ide.md
Reviewed-by: erikj
1 parent 0e0dfca commit 531a6d8

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/ide.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ <h5 id="alternative-indexers">Alternative indexers</h5>
6363
<p>The main <code>vscode-project</code> target configures the default
6464
C++ support in Visual Studio Code. There are also other source indexers
6565
that can be installed, that may provide additional features. It's
66-
currently possible to generate configuration for two such indexers, <a
67-
href="https://clang.llvm.org/extra/clangd/">clangd</a> and <a
68-
href="https://github.com/Andersbakken/rtags">rtags</a>. These can be
69-
configured by appending the name of the indexer to the make target, such
70-
as:</p>
66+
currently possible to generate configuration for three such indexers, <a
67+
href="https://clang.llvm.org/extra/clangd/">clangd</a>, <a
68+
href="https://github.com/MaskRay/ccls/wiki/Visual-Studio-Code">ccls</a>
69+
and <a href="https://github.com/Andersbakken/rtags">rtags</a>. These can
70+
be configured by appending the name of the indexer to the make target,
71+
such as:</p>
7172
<pre class="shell"><code>make vscode-project-clangd</code></pre>
7273
<p>Additional instructions for configuring the given indexer will be
7374
displayed after the workspace has been generated.</p>

doc/ide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ choose `File -> Open Workspace...` in Visual Studio Code.
3232
The main `vscode-project` target configures the default C++ support in Visual
3333
Studio Code. There are also other source indexers that can be installed, that
3434
may provide additional features. It's currently possible to generate
35-
configuration for two such indexers, [clangd](https://clang.llvm.org/extra/clangd/)
35+
configuration for three such indexers, [clangd](https://clang.llvm.org/extra/clangd/),
36+
[ccls](https://github.com/MaskRay/ccls/wiki/Visual-Studio-Code)
3637
and [rtags](https://github.com/Andersbakken/rtags). These can be configured by
3738
appending the name of the indexer to the make target, such as:
3839

0 commit comments

Comments
 (0)