SaaSHub helps you find the best software and product alternatives Learn more →
Nvim-dap-virtual-text Alternatives
Similar projects and alternatives to nvim-dap-virtual-text
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
lspsaga.nvim
Discontinued improve neovim lsp experience [Moved to: https://github.com/nvimdev/lspsaga.nvim] (by glepnir)
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
symbols-outline.nvim
Discontinued A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
-
-
-
-
-
-
vim-test
Discontinued Run your tests at the speed of thought [Moved to: https://github.com/vim-test/vim-test] (by janko)
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nvim-dap-virtual-text discussion
nvim-dap-virtual-text reviews and mentions
-
How to display variable values inline?
https://github.com/mfussenegger/nvim-dap + https://github.com/theHamsta/nvim-dap-virtual-text should be able to do it, I think?
- feat(ui): inline virtual text #20130 just merged
-
A spiritual successor to Emacs
There's a nice dap plugin for neovim nvim-dap-virtual-text that shows the values of local variables as like a tooltip next to them in the source as you're debugging. CIDER (clojure mode for emacs) has a a similar mode you could look at for ideas how to implement in elisp
-
Is there a neovim config with preconfigured debugger?
Lastly, I use a plugin that at runtime evaluates the state of your program (e.g. what value is assigned to this variable? Which is handy especially when you're stepping through a loop -- see screenshots in linked repo) https://github.com/theHamsta/nvim-dap-virtual-text
-
Debugging in Neovim
Using a combination of https://github.com/mfussenegger/nvim-dap, with https://github.com/rcarriga/nvim-dap-ui and https://github.com/theHamsta/nvim-dap-virtual-text
-
Debugging in NeoVim
Nvim-Dap-Virtual-Text Gives us nice information
-
Java/Kotlin developers that use NeoVim as their main IDE, recommendations to someone that uses Intellij IDEA for java-dev but nvim for the rest?
- https://github.com/theHamsta/nvim-dap-virtual-text - cool feature for debugging
- symbols-outline.nvim: A tree like view for symbols in Neovim using the Language Server Protocol.
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Mar 2025
Stats
theHamsta/nvim-dap-virtual-text is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of nvim-dap-virtual-text is Lua.
Popular Comparisons
- nvim-dap-virtual-text VS nvim-dap
- nvim-dap-virtual-text VS symbols-outline.nvim
- nvim-dap-virtual-text VS coc-fzf
- nvim-dap-virtual-text VS vim-test
- nvim-dap-virtual-text VS vim-ultest
- nvim-dap-virtual-text VS telescope-dap.nvim
- nvim-dap-virtual-text VS vim-vsnip
- nvim-dap-virtual-text VS DAPInstall.nvim
- nvim-dap-virtual-text VS nvim-jdtls
- nvim-dap-virtual-text VS vista.vim