Ben Jackson
Ben Jackson
GetParent was supported in the legacy libclang completer but cannot be provided by clangd. It’s essentially deprecated at this point.
I think it is possible to do using the [document symbols](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol) data when supporting the "hierarchical" data response. the server provides a whole hierarchy and you can sort of walk...
Thanks for sending a PR! Just so I'm clear, what was the specific use case that motivated this? Why would a user want to do this in general and specifically?...
> If you defined some special highlighting previously, for example for functions, then it will not used anymore. Instead it will use default highlight. This is exactly what I mean...
Great thanks. I'll try to give this a spin later.
Sorry tau take me a while to get round to testing/checking this as I have some stuff on at the moment. Feel free to ping me weekly !
It's not obvious how this can be improved and remain useful and simple in the general case. It might be possible to horizontally scroll to make the active parameter visible...
The reason for this is fairly obvious, if you remove most of your customisations and make it actually minimal. When you do "YcmCompleter GoToSymbol find", YCM opens the quick fix...
We may be able to do something clever with `winsaveview()` and `winrestview()` but that will require some careful testing and investigation.
> I don't see `b:ycm_no_resize` in the YCM doc. Is that the thing you say is undocumented? Yes