-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Open
Labels
debtCode quality issuesCode quality issuesworkbench-hoverHover issues in the workbenchHover issues in the workbench
Milestone
Description
Notes after talking about this in a UX sync:
- Add section to UX guidelines for hover vscode-docs#8135
-
hideOnKeyDown: true
should be the default? Maybe we don't need it at all? -
compact: true
is a special case, we need clear guidelines to follow - Add
hoverPosition: 'horizontal' | 'vertical'
which should renderforcePosition
maybe obsolete completely and simplify usage - Change
showHover
toshowInstantHover
, andshowDelayedHover*
toshowHover*
?-
showHover
->showInstantHover
showHover -> showInstantHover #243349 -
showDelayedHover
->showHoverAtText
(aligning with text should be a special case not the default) -
showDelayedHoverAtMouse
->showHoverAtMouse
-
showDelayedHover
will defaultshowPointer: true
?
-
Metadata
Metadata
Labels
debtCode quality issuesCode quality issuesworkbench-hoverHover issues in the workbenchHover issues in the workbench