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 Visual Studio 17.6, there is a new feature which shows API usage examples. This can be opened by clicking the "Github Examples and Documentation" link in the tooltip.
With EnhancedTooltip, this link is displayed in a second tooltip that is separated from the normal tooltip. When trying to open the link, the tooltip closes when moving the mouse over the area separating the two tooltips.
The better solution that fixes the issue with other extensions as well is to get rid entirely of the separate boxes and use a single box with visual separators instead. Hopefully @DimitarCC can help us with this, as he hinted he might do here #179 (comment)
Yes i will try to redesign the tooltips and will see what will happen. Just that will take some time till i got a bit free time to experiment with this ;)
In Visual Studio 17.6, there is a new feature which shows API usage examples. This can be opened by clicking the "Github Examples and Documentation" link in the tooltip.
With EnhancedTooltip, this link is displayed in a second tooltip that is separated from the normal tooltip. When trying to open the link, the tooltip closes when moving the mouse over the area separating the two tooltips.
Video:
https://github.com/MrJul/ReSharper.EnhancedTooltip/assets/56668301/9391b96b-3201-47c4-9cd3-f0a325e50bf6
Would it be possible to move the link to the first tooltip, so it can be opened?
The text was updated successfully, but these errors were encountered: