Skip to content

llvm-vs-code-extensions/vscode-clangd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛔ [DEPRECATED] The extension is maintained in LLVM clang-tools-extra

clangd is a Language Server leveraging clang.

Usage

This extension connects Visual Studio Code with clangd, bringing language services such as formatting, code completion, fixits and goto definition.

This extension will attempt to find the clangd binary on your PATH. Alternatively, the clangd executable can be specified in your vscode settings.json file:

{
    "clangd.path": "/absolute/path/to/clangd"
}

To obtain clangd, currently you need to build it from source.

About

[DEPRECATED] a client for clangd, a c-family language server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published