Nathan Ridge

Results 1149 comments of Nathan Ridge

@tmwnewbold probably makes sense to file that as a separate issue. I would expect `.clang_format` to work similarly to `compile_commands.json` (looked up based on the directory of the file being...

Some relevant discussion at https://github.com/clangd/vscode-clangd/issues/300#issuecomment-1049149308

Clangd sends this information to the client in its response to the `textDocument/documentSymbol` request, and vscode does show the signatures in the Outline view (in the Explorer pane). Not showing...

Clangd logs can be seen in VSCode in the Output view (select "clangd" from the dropdown).

> It uses latest dependencies, so I cannot create a pull request. We do update dependencies from time to time, so you could create a pull request that also updates...

We have them enabled in the main clangd repo: https://github.com/clangd/clangd/discussions. @sam-mccall I recall you enabled them as sort of a trial. Do you think we should enable them in vscode-clangd...

I'm not able to reproduce this. Could you please provide an example objective-c source file that demonstrates the issue, and also verbose logs?

> Is there a way to tell where this "MISSING provider" notification from vscode is coming from? I can't tell if it's emitted from vscode itself or clangd or the...

An empty result from `prepareCallHierarchy` suggests clangd is unable to find a function at the position in the text file where call hierarchy was invoked. To figure out why, we...