Nathan Ridge
Nathan Ridge
An analogous shortcut is Ctrl+Del, which deletes the word after the cursor. It would be great to support that too; let me know if I should file a separate issue...
> Fixed in a beta release I've tried out the beta release and can confirm that Ctrl+Backspace now works. Thank you for adding it!
Can you provide some more details about the user-visible symptom that you're experiencing -- what are you doing in the editor, what are you expecting to happen, and what actually...
If you disable the clangd extension, does "reveal in explorer" now behave as you expect?
Interesting. I have no idea how this error could be causing an issue with "reveal in explorer". But we should fix that error anyways, and then we can see if...
Not vscode specific ==> moving to server repo.
Also, the completion part is a duplicate of #603, so I'm going to narrow the scope of this one to be about signature help specifically.
The code in `src/type-hierarchy.ts` is implementing a pre-standard version of the type hierarchy protocol, which has since been replaced by the standard version (whose UI implementation lives in vscode itself)....
> Standard type hierarchy works, and clangd.typeHierarchyView works also. It's registerd [here](https://github.com/clangd/vscode-clangd/blob/8fb50f0129f82684f8464edb66c37c033db1b463/src/type-hierarchy.ts#L108). So, view is available independing of server version. Good find. I think this is unintentional / an oversight...
> clangd hierarchy does not show expand button for types without subtypes, but standard one shows it always. I do agree that's nicer. VSCode's standard type hierarchy view could be...