It's probably already installed, but is calledHow did you get "clangd" to work on VS Code, I can not install the language server for clangd.
clangd13
instead of plain clangd
. It's been a while, but I believe I didn't use it. I believe I used a compile_commands.json file I generated somewhat painfully.Look at section 3.2 here for clangd:
Use Language Servers for Development in the FreeBSD Src Tree
Use Language Servers for development in the FreeBSD src tree to get precise go-to-definition and completion results.
And at section 4.1 for using
scan-build.py
to generate a compile_commands.json file.Use Language Servers for Development in the FreeBSD Src Tree
Use Language Servers for development in the FreeBSD src tree to get precise go-to-definition and completion results.