Vim plugin like vscode "go to definition" function

This page summarizes the projects mentioned and recommended in the original post on /r/vim

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • language-server-protocol

    Defines a common protocol for language servers.

    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

    SaaSHub logo
  • ctags

    A maintained ctags implementation

    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!

  • YouCompleteMe

    A code-completion engine for Vim

    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.

Suggest a related project

Related posts

  • Will installing Vim get rid of my current work on macOS?

    4 projects | /r/vim | 19 May 2023
  • [Neovim] Comment ajouter la complétion de code C / C ++ dans neovim?

    3 projects | /r/enfrancais | 10 Apr 2023
  • Opiniones en el nuevo Bing de Microsoft?

    1 project | /r/Ticos | 17 Feb 2023
  • calling another java class file inside main class in vim?

    2 projects | /r/vim | 20 Dec 2022
  • Do you use ctags or LSP?

    4 projects | /r/vim | 10 Dec 2022

Did you konow that Python is
the 2nd most popular programming language
based on number of metions?