Debouncing hiding tooltips

Hello,

We are trying to debounce the behavior of tooltips disappearing. The UX is kinda odd that it disappears as soon as you veer off 1px. We were looking to implement the same behavior as vscode where it debounces the hiding so if you mouse back in within some threshold it wont disappear. Is it possible to achieve this behavior currently? I tried looking at the current options but nothing really seemed to fit the bill.

I did see this PR which somewhat tried to address it with a delay but was reverted shortly after.

Any advice?

It’s 4 pixels. But no, there’s no delayed closing feature in hoverTooltip at the moment.