any-jump.vim
Jump to any definition and references ๐ IDE madness without overhead ๐ (by pechorin)
symbols-outline.nvim
A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages. (by simrat39)
any-jump.vim | symbols-outline.nvim | |
---|---|---|
4 | 39 | |
1,112 | 1,820 | |
0.0% | - | |
3.5 | 0.0 | |
about 1 year ago | over 1 year ago | |
Vim Script | Lua | |
- | MIT License |
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
symbols-outline.nvim
Posts with mentions or reviews of symbols-outline.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-30.
-
Customizing Your Lazyvim Setup for Personal Preferences
simrat39/symbols-outline.nvim (A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.)
-
[New plugin] Introducing dropbar.nvim, an out-of-the-box, IDE-like winbar with drop-down menu support and multiple backends
It's for context and navigation, not completions. So it wouldn't replace nvim-cmp. It probably doesn't replace anything you already have unless you are already using a winbar. It combines features of treesitter-context, symbols-outline, and a file navigator but in a different presentation.
-
Is this Neovim?
Like this? NeotreeSymbols or like this SymbolsOutline ?
-
How you find python classes?
I like using this: https://github.com/simrat39/symbols-outline.nvim.
-
Source Code overview in Sidebar for Go workspace (using tags or lsp or ?)
Isnโt that available via lsp workspace symbols? A feature request exists in symbols outline to utilize workspace symbols for source code in a sidebar: https://github.com/simrat39/symbols-outline.nvim/issues/159 it also references much of the same feature request in other projects. I guess itโs a matter of when until this feature is accomplished in a plug-in of its own.
-
Navigation between functions
I also use ]m, but itโs not a very good way to choose and move to functions quickly and with intention. Options include aerial.nvim, symbols-outline.nvim, and the new nvim-navbuddy, from the developer who made nvim-navic.
- Neovim task-focused interface
-
Looking for an outline plugin that has good support for tsx/jsx files
Hi guys. I'm currently using symbols-outline.nvim, which is a nice outline plugin and I will definitely recommend it. But when it is open on tsx/jsx files, it only shows the outline of jsx returned by the component's render function, lacking other symbols like event handler functions or helper functions. Most of the time I work with react and some of the tsx/jsx files are quite lengthy. An outline plugin that can help me navigate between those functions in a lengthy component class will make my life much easier. So I'm looking for an alternative to symbols-outline.nvim that can do that for me. Do you guys have any idea?
-
Can't find plugin that shows all functions on the right
One such is symbols-outline.
-
Can i show this in NvimTree ?
You could try this.
What are some alternatives?
When comparing any-jump.vim and symbols-outline.nvim you can also consider the following projects:
terminus - ๐ฅ Enhanced terminal integration for Vim
aerial.nvim - Neovim plugin for a code outline window
spelunker.vim - Improved vim spelling plugin (with camel case support)!
vista.vim - :cactus: Viewer & Finder for LSP symbols and tags
vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease
markdown-preview.nvim - markdown preview plugin for (neo)vim