nvim-dap-virtual-text VS lsp-inlayhints.nvim

Compare nvim-dap-virtual-text vs lsp-inlayhints.nvim and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nvim-dap-virtual-text lsp-inlayhints.nvim
8 19
742 423
- -
5.5 3.9
23 days ago 11 months ago
Lua Lua
GNU General Public License v3.0 only Apache License 2.0
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.

nvim-dap-virtual-text

Posts with mentions or reviews of nvim-dap-virtual-text. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-22.

lsp-inlayhints.nvim

Posts with mentions or reviews of lsp-inlayhints.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-06.
  • Help needed with setting up inlay hints
    2 projects | /r/neovim | 6 Jun 2023
    Thanks for the reply! I also wanted to make it work with clangd, but it won't. I stumbled upon this issue. Maybe you have enough knowledge to figure this out, I don't know how to set up this compilation database. I installed clangd using Mason, and configured it via lspconfig basically the same way as the guy in the issue I linked did. Also, I'm using the newest nightly.
  • Forking of rust-tools.nvim
    2 projects | /r/neovim | 25 May 2023
    I don't understand why inlay hints must be implemented in a rust-specific plugin. https://github.com/lvimuser/lsp-inlayhints.nvim exists, has support for inline inlay hints (on a separate branch for now) and works with rust (and should work any language server since inlay hints are part of the spec). Am I missing something?
  • feat(ui): inline virtual text #20130 just merged
    4 projects | /r/neovim | 22 May 2023
    To use inlay hints in typescript an rust you would need this plugin: https://github.com/lvimuser/lsp-inlayhints.nvim It provides example in the readme on how to setup inlay hints for typescript and rust. For now the master brach has "old" inlay hints implementation but there is a branch that implement new one. And of course you will need nightly version for that for now.
  • rust-analyzer changelog #181
    3 projects | /r/rust | 15 May 2023
    https://github.com/lvimuser/lsp-inlayhints.nvim (Multiple langs)
  • How to enable inlay hints for ocamllsp?
    1 project | /r/neovim | 10 May 2023
    But it doesn't seem to work. I also tried lvimuser/lsp-inlayhints.nvim with no luck. Any advice of how to properly enable this feature when ocamllsp server is attached? Thank you in advance.
  • Help with finding a plugin & workflow
    3 projects | /r/neovim | 8 May 2023
    I have inlay hints working in nvim with lvimuser/lsp-inlayhints.nvim, no special configuration other than the LspAttach block from their README. The caveat is that your LSP server has to support inlay hints.
  • Please inform me of the plugin(s) enabling these two features
    8 projects | /r/neovim | 29 Mar 2023
    The second one might be https://github.com/lvimuser/lsp-inlayhints.nvim
  • tsserver configuration options
    6 projects | /r/neovim | 24 Mar 2023
    you can use nvim-lspcofig for LSP support, mason.nvim for installing LSP servers, linters, formatters and debug adapters. nvim-cmp for completions, luasnip for snippets, null-ls for configuring your formatter and linters , lsp-inlayhints for inlay hints.
  • getting inline rust analyzer error hints with neovim
    5 projects | /r/neovim | 12 Mar 2023
    Inlay hints are available through rust-tools.nvim, or lsp-inlayhints.nvim.
  • Is it possible to get inlay hints with Omnisharp?
    1 project | /r/neovim | 12 Mar 2023
    iirc, inlay hints aren't supported by nvim's built-in LSP, but you can get them with the inlay-hints plugin: https://github.com/lvimuser/lsp-inlayhints.nvim (if the LSP for omnisharp also supports them)

What are some alternatives?

When comparing nvim-dap-virtual-text and lsp-inlayhints.nvim 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.

aerial.nvim - Neovim plugin for a code outline window

nvim-dap - Debug Adapter Protocol client implementation for Neovim

guess-indent.nvim - Automatic indentation style detection for Neovim

vim-vsnip - Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.

inlay-hints.nvim - almost not wip

nvim-jdtls - Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls

incline.nvim - 🎈 Floating statuslines for Neovim, winbar alternative

vim-test - Run your tests at the speed of thought [Moved to: https://github.com/vim-test/vim-test]

barbecue.nvim - A VS Code like winbar for Neovim

vim-ultest - The ultimate testing plugin for (Neo)Vim

gopher.nvim - Neovim plugin for make golang development easiest