Nathan Ridge
Nathan Ridge
> Does clangd assumes that the newline has already been written, meaning the newline has already been inserted into the document? Ah, yes, clangd does assume that a `didChange` for...
Please share a complete code example that demonstrates the issue.
Likely duplicate of https://github.com/clangd/clangd/issues/376
@kglundgren is this fixed for you in clangd 20 or later? (#376 was fixed in clangd 20)
The relationship between these four sources of settings is as follows: * `compile_flags.txt` and `compile_commands.json` are two different supported formats for a "compilation database", which specifies what compile flags were...
Failure to navigate is caused by compiler errors in the code (which is also shown in your screenshot), which in turn is usually caused by a configuration issue. In this...
The first thing I look for in the logs in a situation like this is, what is the **first** error diagnostic that the server produces. That is usually what needs...
> 2. I tried using the [Remote Index](https://clangd.llvm.org/design/remote-index.html) option which works great if we don't make any changes in the "copied_project" but I am not sure what would happen when...
See also https://github.com/clangd/clangd/issues/587 which is very similar
> Has there been any progress on reusing background index data? Not that I'm aware of. > I'm imagining some sort of mapping option such that the initial background index...