clang-tools
9.0.0
|
Provides C/C++ language IDE features for VS Code using clangd.
vscode-clangd
provides the features designated by the Language Server Protocol, such as code completion, code formatting and goto definition.
Note: clangd
is under heavy development, not all LSP features are implemented. See Current Status for details.
To use vscode-clangd
extension in VS Code, you need to install vscode-clangd
from VS Code extension marketplace.
vscode-clangd
will attempt to find the clangd
binary on your PATH
. Alternatively, the clangd
executable can be specified in your VS Code settings.json
file:
To obtain clangd
binary, please see the installing Clangd.
A guide of developing vscode-clangd
extension.
vscode-clangd
extension in VS Code.New changes to clangd-vscode
are not released until a new version is published to the marketplace.
vsce
command (npm install -g vsce
)llvm-vs-code-extensions
accountpackage.json
, and commit the change to upstreamThe extension is published under llvm-vs-code-extensions
account, which is currently maintained by clangd developers. If you want to make a new release, please contact cfe-d. ev@l ists. llvm .org