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

How to enable other hints such as TypeHint rather than ParameterHint? #13

Closed tristone13th closed 2 years ago

p00f commented 2 years ago

type hints work when the type on the LHS is not explicit

image

image

image