Nathan Ridge

Results 1499 comments of Nathan Ridge

Thanks for filing. I found an open issue about call hierarchy not working with a remote index: https://github.com/clangd/clangd/issues/1358. I suspect you may be running into the same issue. I also...

> I think this should be closed now given the PR has been merged a long time ago. Done, thanks!

> Is there any way to set this option platform-specific? Looks like this is a missing feature in vscode: https://github.com/microsoft/vscode/issues/5595 > Or some workaround, to get this going? Maybe with...

> there is nothing that can be done of the side of this extension? I suppose vscode-clangd could have a setting like `"clangd.extraLinuxArguments"`, which are appended to `"clangd.arguments"` on Linux...

> What do you think? I appreciate the potential utility and forward-looking nature of making the mechanism more general (i.e. allowing platform-specific customization of all settings, not just `clangd.arguments`). A...

> Workspace wins over remote settings over user settings. Checking all these levels in-between seems more complex. Also here you have override semantics. So I'd a platform specific setting at...

Can you attach [clangd logs](https://clangd.llvm.org/troubleshooting.html#gathering-logs) please?

Can you try removing `--resource-dir` from your `"clangd.arguments"`? I'm not sure why you added it but it's not supposed to be there and I think it may be causing the...

> Expected: > > * let's have `abc_test` and cursor after the `e` > * Ctrl+Space > * Accept suggestion and text becomes `abc_text` I'm not quite following this fully....

Thanks for the added details, I understand the issue now. The documentation for `"editor.suggest.insertMode"` says: > Controls whether words are overwritten when accepting completions. Note that this depends on extensions...