-
Another solution is to run a server implementing the LSP and to add a plugin which acts as a LSP client to your Vim. This page has a list of LSP clients for Vim, so you can look them up and pick the one that is most convenient for you.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Vim has the tag feature built-in, which allows it to jump to the tags that were found by a tool like universal ctags using :h CTRL-]. See :help tags for more information on this. Fun fact: this is the approach that Vim uses when you use :help!
-
my favorite is YouCompleteMe.
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.