I'm using VSCode 1.65.0, the clangd extension, and clangd from latest LLVM (14.0).
It seems to have introduced a feature where it displays type-hints whenever I use auto
. Here is an example:
This is becoming very obtrusive to me. How can this be turned off? I couldn't find documentation about this feature.
Thanks.
You can go to the command palette (⇧⌘P or Ctrl+Shift+P) and start typing clangd: Toggle inlay hints
to turn this feature on/off.