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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Yet the option QuickInfoSessionOptions does not have any observable difference between QuickInfoSessionOptions.None and QuickInfoSessionOptions.TrackMouse.
I would like to keep a Quick Info open when the mouse moves away. Thus, when I hover my mouse over a textView I issue a Trigger:
this._quickInfoBroker.TriggerQuickInfoAsync(this._textView, triggerPoint, QuickInfoSessionOptions.None);
Yet the option QuickInfoSessionOptions does not have any observable difference between
QuickInfoSessionOptions.None
andQuickInfoSessionOptions.TrackMouse
.Working example can be found here.
Question: What should I do to keep a Quick Info open when the mouse moves away?
The text was updated successfully, but these errors were encountered: