any-jump.vim
Jump to any definition and references 👁 IDE madness without overhead 🚀 (by pechorin)
tagbar
Vim plugin that displays tags in a window, ordered by scope (by preservim)
any-jump.vim | tagbar | |
---|---|---|
4 | 33 | |
1,112 | 6,189 | |
0.0% | -0.1% | |
3.5 | 4.9 | |
about 1 year ago | about 1 month ago | |
Vim Script | Vim Script | |
- | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
any-jump.vim
Posts with mentions or reviews of any-jump.vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-29.
-
What is your workflow when working with foreign functions? (FFI)
How do I deal with this?: In my case I use any-jump.vim plugin. I get where I want really fast.
- Plugins alternative in Lua
-
What plugins are you using and enjoying the most?
https://github.com/pechorin/any-jump.vim, which is basically "find word under cursos", but it has just enough smarts to show you where a function, etc was defined.
-
Vim Configuration from Minimal to Complete
any-jump.vim jump to definition
tagbar
Posts with mentions or reviews of tagbar.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-02.
-
My AI Skeptic Friends Are All Nuts
I can recommend govim, it's using LSP behind the scenes. I'd also recommend tagbar because it uses the newer ctags fork which supports much more languages.
[1] https://github.com/govim/govim
[2] https://github.com/preservim/tagbar
-
Setting up Vim for PHP and laravel in 2024
call plug#begin() Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'https://github.com/preservim/tagbar.git' Plug 'vim-php/phpctags', {'for':'php'} Plug 'honza/vim-snippets' Plug 'SirVer/ultisnips' Plug 'tpope/vim-commentary' Plug 'sheerun/vim-polyglot' Plug 'jwalton512/vim-blade' call plug#end()
-
A function to list all function signatures in the current C source file in the quick fix window .
Check this plugin: https://github.com/preservim/tagbar
-
Moving across c-family function arguments
Are you looking for https://vim-taglist.sourceforge.net/ or https://github.com/preservim/tagbar
-
What is this font used from the everforest repo?
I ended up finding https://github.com/preservim/tagbar and like it so far
-
NeoVim & Rust
I also recommend you https://github.com/preservim/tagbar with https://ctags.io/ installed , it will map definitions (functions, enum, struct etc..) to tags and tagbar plugin allows you to open a split window with the mapped list and navigate through your file, it also enabled more advanced features for quick navigation .
-
Question regarding vertical movement
Also not that useful for text files I think, but I sometimes use something like https://github.com/preservim/tagbar to get an overview of the structure of the file, especially in unfamiliar documents. This is a quite old plugin of this nature that depends on ctags, there are more modern plugins that depend on treesitter. However for C++, I found the treesitter based bar plugins not as helpful, they need language specific settings, and the ones I tried didn't have them for C++ at the time.
-
Favorite vimrc configs for coding?
Having said this, there are some useful language independent extensions: jiangmiao/auto-pairs, tpope/vim-commentary, preservim/tagbar, junegunn/vim-peekaboo
-
converting vimscript to lua
Hey, I checked out tagbar plugin. It's really cool. It supports most of the languages. But the ones that needs to be configured, are mentioned in their wiki. It mentions vimscript in it. What will be the lua version of following vimscript?
- NeoVim Installation and Configuration on Win10/11
What are some alternatives?
When comparing any-jump.vim and tagbar you can also consider the following projects:
symbols-outline.nvim - A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
terminus - 🖥 Enhanced terminal integration for Vim
vista.vim - :cactus: Viewer & Finder for LSP symbols and tags
spelunker.vim - Improved vim spelling plugin (with camel case support)!
aerial.nvim - Neovim plugin for a code outline window