Nathan Ridge
Nathan Ridge
> It should be noted that the same problem exists even when only one index is involved: If you have a complex project with several applications and/or libraries, then symbols...
> I did some quick tests with the eclipse fork, here is the outcome while trying the multi-projects feature: > > * this is partially solving the NOK case (redirection...
> this way of working is very limiting in terms of package reusability Could you say more about this? > Not sure if we can be of any help here...
> > > this way of working is very limiting in terms of package reusability > > > > > > Could you say more about this? > > I...
I have not, sorry. I have a day job and I contribute to clangd in my free time. This seems like a relatively easy win, and is one of (several...
I will add, if someone would like to give this a try before I get to it, I'm happy to provide guidance and code review. As a starting point, I've...
Please see https://clangd.llvm.org/troubleshooting#cant-find-standard-library-headers-map-stdioh-etc
> in clangd 18+ `--query-driver` cannot be passed inside `CompileFlags:Add` in the `config.yaml`. `--query-driver` cannot be passed in `CompileFlags:Add` in any clangd version; it's a command-line argument of the clangd...
Are you running with `--experimental-modules-support`? Can you share clangd logs? > Also I have a question: does clangd support the case when #include header file from standard library go first...
FWIW I had a look at the logs and nothing jumps out at me that points to an obvious configuration issue (though I will admit my understanding of modules is...