clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
636 stars 113 forks source link

Provide an option for close hover hints #693

Open learning310 opened 1 month ago

learning310 commented 1 month ago

According to README, the inlay hints for parameters can be controled by "editor.inlayHints.enabled" config. So, can provide an option for close hover hints? Thanks a lot.

learning310 commented 1 month ago

kind of like #692

learning310 commented 1 month ago

It's kind of annoying, specially when debug for watch variable value.

HighCommander4 commented 1 month ago

So, can provide an option for close hover hints?

Do you mean an option to not show hover popups at all, i.e. the same as #692?

learning310 commented 1 month ago

So, can provide an option for close hover hints?

Do you mean an option to not show hover popups at all, i.e. the same as #692?

Yes, can we do this?

HighCommander4 commented 1 month ago

Do you mean an option to not show hover popups at all, i.e. the same as #692?

Yes, can we do this?

Yes. There's no need to have a duplicate issue on file though.

HighCommander4 commented 1 month ago

Duplicate of #692