Yegappan Lakshmanan wrote:
> Hi all,
>
> I have created a language server protocol (LSP) client plugin using
> the Vim9 script features. It is available at:
>
> https://github.com/yegappan/lsp
>
> You need the latest Vim to use this plugin. Note that this is still a
> work in progress. Any comments, suggestions, bug reports and
> PRs are welcome.
>
> Thanks,
> Yegappan
Thanks for that. I hope to find time to try it soon.
Does LSP allow to find other implementations of a
c++ virtual method? I.e, with cursor on a virtual method (possibly
pure virtual), find all the implementations in derived classes.