You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in relation to #52821 (comment) i feel that the hover popup options should be optimized.
Principially, hover popup can be enabled for mouse or with Key CTRL+K, CTRL+I
The first one, "editor.hover.enabled": true shows it after delay every time mouse hovers, the second one, CTRL+K, CTRL+I, opens the popup, but as far as i move the mouse cursor, the popup hides, even if "editor.hover.sticky": true is set.
There are dozens of popup places in code, so, permanently moving with mouse over them can be irritating and to wait a long delay is not best option. Keying CTRL+K, CTRL+I is sometimes ok, but cursor must be placed before.
My intention is to get mouse cursor plus CTRL:
clicking is Go to definition
holding over the word opens hover popup
Actually, CTRL|CMD + mouse cursor is only bound to onclick event, if i am correct.
That addition would feel good to me.
The text was updated successfully, but these errors were encountered:
Hello,
in relation to #52821 (comment) i feel that the hover popup options should be optimized.
Principially, hover popup can be enabled for mouse or with Key
CTRL+K
,CTRL+I
The first one,
"editor.hover.enabled": true
shows it after delay every time mouse hovers, the second one,CTRL+K
,CTRL+I
, opens the popup, but as far as i move the mouse cursor, the popup hides, even if"editor.hover.sticky": true
is set.There are dozens of popup places in code, so, permanently moving with mouse over them can be irritating and to wait a long delay is not best option. Keying
CTRL+K
,CTRL+I
is sometimes ok, but cursor must be placed before.My intention is to get mouse cursor plus
CTRL
:Go to definition
Actually,
CTRL
|CMD
+ mouse cursor is only bound toonclick
event, if i am correct.That addition would feel good to me.
The text was updated successfully, but these errors were encountered: