clangd_extensions.nvim VS lsp-inlayhints.nvim

Compare clangd_extensions.nvim vs lsp-inlayhints.nvim and see what are their differences.

clangd_extensions.nvim

Clangd's off-spec features for neovim's LSP client. Use https://sr.ht/~p00f/clangd_extensions.nvim instead (by p00f)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
clangd_extensions.nvim lsp-inlayhints.nvim
13 19
426 423
- -
6.5 3.9
5 days ago 11 months ago
Lua Lua
MIT License 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.

clangd_extensions.nvim

Posts with mentions or reviews of clangd_extensions.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-18.

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 clangd_extensions.nvim and lsp-inlayhints.nvim you can also consider the following projects:

clangd-nvim - Neovim plugin for semantic highlighting in C++ based on Neovim's build-in LSP support. Mirror of https://gitlab.com/robert-oleynik/clangd-nvim/

aerial.nvim - Neovim plugin for a code outline window

nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!

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

nvim-lspconfig - Quickstart configs for Nvim LSP

inlay-hints.nvim - almost not wip

vim-lsp-cxx-highlight - Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd

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

dotfiles - Dotfiles for a system setup

barbecue.nvim - A VS Code like winbar for Neovim

lspkind.nvim - vscode-like pictograms for neovim lsp completion items

gopher.nvim - Neovim plugin for make golang development easiest