Nathan Ridge

Results 1162 comments of Nathan Ridge

We could have the client send an `avoidVerboseHints` flag, which the vscode client sets to `!offUnlessPressed`, and other clients set to `true` (until their editors add something similar to `offUnlessPressed`)

Does restarting clangd help, or does the non-responsiveness persist after a restart?

Please paste code examples as text in addition to any screen capture, so we don't have to type code out from a video for reproduction purposes. (Also, the attached video...

Thanks. I'm not able to reproduce it in a simple project either. If you're able to attach [clangd logs](https://clangd.llvm.org/troubleshooting#gathering-logs) taken while triggering the issue (or maybe even a sample project...

VSCode has a "Go to symbol in editor" command and a "Go to symbol in workspace" command. The latter should offer symbols from the whole project, assuming the project is...

Yes, using the `--compile-commands-dir` command line argument to clangd (discussed e.g. [here](https://clangd.llvm.org/faq#how-do-i-fix-errors-i-get-when-opening-headers-outside-of-my-project-directory)).

Most likely a configuration issue. Sharing [clangd logs](https://clangd.llvm.org/troubleshooting#gathering-logs) may allow diagnosing the issue further.

Support for call hierarchy was added in clangd version 12.

Please note that background indexing requires your project to have a `compile_commands.json`; see https://clangd.llvm.org/installation#project-setup. If your project does have a `compile_commands.json`, please attach [clangd logs](https://clangd.llvm.org/troubleshooting#gathering-logs).

Shortly after `Loaded compilation database from `, do you see `Enqueuing commands for indexing`? And if so, does `` look roughly the right size (number of source files listed in...