Skip to content

Commit 539c160

Browse files
author
duke
committedJul 12, 2024
Automatic merge of master into foreign-memaccess+abi
2 parents a809d14 + a27c4a7 commit 539c160

File tree

305 files changed

+6624
-2530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+6624
-2530
lines changed
 

‎doc/ide.html

+6-5
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

+2-1
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)