p00f / clangd_extensions.nvim

Clangd's off-spec features for neovim's LSP client. Use https://sr.ht/~p00f/clangd_extensions.nvim instead
MIT License
448 stars 16 forks source link

Inlay hints position #43

Closed m-abubakar closed 11 months ago

m-abubakar commented 11 months ago

Hi, Is it possible to show inlay hints inside the parenthesis of function call, Instead of at the end.

e.g:

fun(para1Hint: para1, para2Hint: para2) >> returnParaHint

Thanks.

p00f commented 11 months ago

Update this plugin, switch to neovim nightly, then see :h vim.lsp.inlay_hint()