File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff 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
6464C++ support in Visual Studio Code. There are also other source indexers
6565that 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
7374displayed after the workspace has been generated.</ p >
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ choose `File -> Open Workspace...` in Visual Studio Code.
3232The main ` vscode-project ` target configures the default C++ support in Visual
3333Studio Code. There are also other source indexers that can be installed, that
3434may 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 )
3637and [ rtags] ( https://github.com/Andersbakken/rtags ) . These can be configured by
3738appending the name of the indexer to the make target, such as:
3839
You can’t perform that action at this time.
0 commit comments