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
At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay as an alternative/additional activation method. This is how it is implemented in VScode I think.
Sketch for setting schema:
"delay": {
"title": "Hover delay",
"type": ["number", "null"],
"default": 300,
"description": "Number of milliseconds after which the hover tooltip should be shown. Set to `null` to disable the automatic display of the tooltip (it will still be possible to bring it up with the modifier key)."
},
At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay as an alternative/additional activation method. This is how it is implemented in VScode I think.
Sketch for setting schema:
The following files are relevant:
Questions to the users:
The text was updated successfully, but these errors were encountered: