Prabir Shrestha wrote:
> vim-lsp uses the new popup window a lot. > https://github.com/prabirshrestha/vim-lsp > > Signature help: https://github.com/prabirshrestha/vim-lsp/pull/479 > > We also use it for hover to find information about the word under cursor. > https://github.com/prabirshrestha/vim-lsp/pull/441 > > And to peek definition: https://github.com/prabirshrestha/vim-lsp/pull/412 I'm glad you can use the new functionality. > Is there an equivalent for CursorMoved but MouseMoved instead so we can > auto open the popup window? MouseMoved would definitely need some sort of > debouning. You can use the balloon eval feature, see ":help popup_beval_example" for an example. -- hundred-and-one symptoms of being an internet addict: 222. You send more than 20 personal e-mails a day. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/201909081904.x88J4VCw020122%40masaka.moolenaar.net.
