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

move parameter hints aside the parameter value #20

Closed lmascelli closed 2 years ago

lmascelli commented 2 years ago

Hello, is it possible to have the hint of the parameter name aside the given value? Es. f(a: 5, b: 3, c: 4) instead of f(5, 3, 4) <- (a, b, c)

thanks

p00f commented 2 years ago

Not until https://github.com/neovim/neovim/pull/9496

p00f commented 2 years ago

Will reopen once neovim/neovim#9496 is merged