Suppress language doc popup #15881
|
Something has changed recently, where when I happen to hover over, say, a |
Replies: 2 comments
|
Does |
|
That at least pointed me to the name of the term. It's not like I never want that info, but I'd rather get it on demand, maybe in response to one of the extra buttons on my mouse. I turned off "sticky" and increased the delay, which is an improvement. And I see in VSCode 1.57.1, Python 2021.7.1060902895 [can you make that version number copyable somehow?] the hover over Python keywords is not appearing any longer, which resolves my original complaint. I notice that HTML, CSS, and LESS have what appear to be per-language controls for the hover content. |
Does
"editor.hover.enabled": falsedo what you want?