trouble.nvim
🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing. (by folke)
symbols-outline.nvim
A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages. (by simrat39)
trouble.nvim | symbols-outline.nvim | |
---|---|---|
60 | 39 | |
5,999 | 1,820 | |
2.6% | - | |
9.3 | 0.0 | |
about 1 month ago | about 1 year ago | |
Lua | Lua | |
Apache License 2.0 | 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.
trouble.nvim
Posts with mentions or reviews of trouble.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-21.
-
My Flow and Productivity has Improved with the Simplicity of Neovim
In a similar spirit to Outline, there is a plugin called Trouble. This was created and maintained by the creator of LazyVim as well. Think of Trouble as having two functions for me.
-
How to copy LSP diagnostics from folke/trouble to quickfix window?
Does anyone know if it's possible to copy the LSP diagnostics (which currently is being displayed using folke/trouble to the quickfix window?
-
Help with trouble.nvim
A newbie here, I used jose-elias-alvarez/null-ls.nivm for diagnostics and formatting, but I recently discovered folke/trouble.nvim and for me, it seems like a better option However, I don't know if it supports formatting and linting, I don't even know if it is an alternative to null-ls. So I need your help, can trouble.nvim replace null-ls? If not, can I use both of them simultaneously?
-
How can i get better looking errors?
Trouble
-
How do I get neovim to only show LSP errors as underline squiggles and not in the gutter?
Looking at the screenshot here for example https://github.com/folke/trouble.nvim they show errors both in the gutter and underlined.
-
Neovim vs VSCode Neovim - what are the tradeoffs?
All you need is just the LSP working (with linter, formatter and diagnostics) and telescope. Seriously, telescope is the GOAT, way faster than a file tree, you end up using the filetree only to move, create and delete files/folders but if it's just for that, you might as well use the terminal instead. For the LSP, it's not only autocompletion and hints at hover but formatting and diagnostics. I use lsp-zero + null-ls + trouble. I exposed all of the keybindings on those so I can at least open my own configs for guidance. Oh yeah, having treesitter is probably a must too, and it has no keybindings on its base form.
-
Is it possible to close todo-comment/trouble's floating window after pressing enter on an item?
I am referring this as well as this this plugin.
-
Video: 5 Neovim Plugins To Improve Your Productivity
Trouble: https://github.com/folke/trouble.nvim
-
People who migrated from vscode
Trouble is so good for finding errors easily. For testing I use jest so I haven't had too many issues. What do you test with?
-
Any recommended plugins to frictionlessly see lsp references in a perhaps a popup window?
I like trouble.nvim
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 trouble.nvim and symbols-outline.nvim you can also consider the following projects:
lspsaga.nvim - improve neovim lsp experience
tagbar - Vim plugin that displays tags in a window, ordered by scope
impatient.nvim - Improve startup time for Neovim
aerial.nvim - Neovim plugin for a code outline window
lsp-trouble.nvim - 🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing. [Moved to: https://github.com/folke/trouble.nvim]
vista.vim - :cactus: Viewer & Finder for LSP symbols and tags