Nathan Ridge
Nathan Ridge
`compile_commands.json` is a file that you need to create. See https://clangd.llvm.org/installation#project-setup for some common ways to do it.
@ThoolooExpress is this resolved for you in more recent clangd versions?
Not exactly what you're asking for, but there is an "expand macro" code action for macro calls which replaces the macro call with its expansion. You can use it to...
Thanks, I think this is a useful addition to the hover and I would encourage you to upload the patch to Phabricator for further review. My sense is that a...
`e:\Turbo\.clang-format:1:4: error: Got empty plain scalar` suggests your `.clang-format` file is not valid. Could you show its contents? Also what does `clang-format --version` say? Maybe there is a version difference...
I searched around for this error, and based on answers like [this one](https://github.com/Microsoft/vscode-cpptools/issues/2142#issuecomment-459940655) it seems to me that this is a Windows issue related to the encoding of the text...
> we can limit the number of token kinds to the number of colors in a palette. For example, if the color palette for variables lists 12 colors, it would...
Hmm, I do think there's a potential feature request here that's distinct from #158: whereas #158 is about having **clangd** provide diagnostics for every file in the project by parsing...
> In my opinion Microsoft's C/C++ extension is a monster that needs to be broken down into many smaller extensions, so that users can pick best extension for each job...
https://github.com/clangd/clangd/issues/529 is related