Back to Plugins
C/C++ LSP (clangd)
C and C++ language server with header resolution and memory safety hints. LLVM-based tooling with intelligent completions, diagnostics, and code navigation.
ccpplspllvmofficial
By Anthropic
Installation
claude plugins add clangd-lsp@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"clangd-lsp@claude-plugins-official": true
}
}Commands
/clang-checkRun clang static analyzer/clang-formatFormat C/C++ code/cmakeGenerate and manage CMake buildsHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions