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. I have been using rtags with vim-rtags and it allows that. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_gZPhZ_Jwpkq2u3PYoSwarxZKBQfvgJ6dFWPNKVu0q5ew%40mail.gmail.com.
