Do you use ctags or LSP?

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
  1. lsp

    Language Server Protocol (LSP) plugin for Vim9 (by yegappan)

    The LSP plugin that I use is https://github.com/yegappan/lsp I like how easy it is to read the code.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. scripts

    My ~/bin (by mgedmin)

    Oh! I remember now -- I created a wrapper ~/bin/ctags that updates .git/info/exclude before delegating to /usr/bin/ctags.

  4. YouCompleteMe

    A code-completion engine for Vim

    I prefer global / gtags, because they also support finding references, a feature I use very often. I combine it with YouCompleteMe for auto completion. It's a great setup for Python development.

  5. coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

    Have you tried Coc.nvim? It also supports vim (not only neovim), and I got impressed by its inlay type hints.

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

  • [Neovim] Comment ajouter la complétion de code C / C ++ dans neovim?

    3 projects | /r/enfrancais | 10 Apr 2023
  • Alternative to sublime text on linux

    2 projects | /r/learnprogramming | 6 Jul 2022
  • real programmers don't use mouse

    5 projects | /r/ProgrammerHumor | 30 Apr 2022
  • Vim plugin like vscode "go to definition" function

    4 projects | /r/vim | 13 Mar 2023
  • Vim with Python

    2 projects | /r/vim | 8 Mar 2021

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