-
-
Notifications
You must be signed in to change notification settings - Fork 497
Description
Sorry if this has been answered or is obvious to others, but I have searched and cannot find the solution.
Is there a way to disable the hover hints for generic html tags and attributes like <div> <span> class="" href="", etc.
Or how to disable it entirely?
I have "Show hover documentation" disabled, but it still shows it and I am not sure if it is Volar, Typescript or just VS Code doing it or where to go to disable it, but pretty sure it is the Volar extension for VS Code.
I do like the hover hints for custom components so I can see what props are available, etc, but just don't need the distraction for general tag information.
Is it possible to add which tags and attributes I don't want to see to some sort of settings? I don't mind adding all the ones I don't need information on if that is possible.
Or only show if I am holding down Ctrl or Opt, etc.
Thanks
