cpp
stdioccpp
Used by 5 plugins
Requires Language Server Binary
This LSP server requires clangd to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub piebald-ai/claude-code-lspsAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"cpp": {
"command": "clangd",
"extensionToLanguage": {
".c": "c",
".h": "c",
".cc": "cpp",
".hh": "cpp",
".c++": "cpp",
".cpp": "cpp",
".cxx": "cpp",
".h++": "cpp",
".hpp": "cpp",
".hxx": "cpp"
}
}
}
}Supported Languages
c
.c.h
cpp
.cc.hh.c++.cpp.cxx.h++.hpp.hxx
Command
clangdTransport
stdioAdvanced Configuration
Restart on Crash:Yes
Max Restarts:3
Initialization Options:
{}Settings:
{}