Nathan Ridge
Nathan Ridge
> I'm not sure if I should make a pull request? I would say yes, go ahead
> It looks like ` --compile-commands-dir` only supports one compile-commands.json file? So it wouldn't work for cases that need multiple files (like possibly multi-root workspaces #38). I have a patch...
I suspect this is an instance of https://github.com/clangd/clangd/issues/45.
Note that the fact that `lib.cpp` is a `.cpp` file does not seem to be relevant -- the same thing happens if it's renamed to `lib.hpp`. It's the fact that...
Some existing discussion of hover presentation in https://github.com/clangd/clangd/issues/747.
Plase have a careful read of the following pages: https://clangd.llvm.org/faq https://clangd.llvm.org/troubleshooting and if you weren't able to resolve your problem, share clangd logs.
> 1. Download [workspace](https://drive.google.com/u/0/uc?id=1IRL15xcBi25BU0a-XIPRjD9l7BYdr2qw&export=download) Could you share a link that does not require a Google account to access please?
> Also when disabling the Inlay Hints those are still shown in the editor. You're probably noticing a recent change in how the feature's enablement is controlled, see https://github.com/clangd/vscode-clangd/issues/280#issuecomment-1011880365
It [has been suggested](https://github.com/clangd/clangd/issues/132#issuecomment-682397766) that with a recent clangd this should already work. (I haven't tried it myself. I still use the older, "Theia" semantic highlighting protocol (to which I've...
> I am currently using LLVM 11. Does that contain the new clangd with this feature? TBH I've always been frustrated by the fact that I don't know of an...