MrJul / ReSharper.EnhancedTooltip

A plugin for JetBrains Resharper that colorizes the tooltip and parameter information.
Apache License 2.0
170 stars 27 forks source link

Unable to open "GitHub Examples and Documentation" links #180

Closed visksm closed 1 year ago

visksm commented 1 year ago

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.

Snag_654971

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?

IneedHelp commented 1 year ago

This is similar to https://github.com/MrJul/ReSharper.EnhancedTooltip/issues/179

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 https://github.com/MrJul/ReSharper.EnhancedTooltip/issues/179#issuecomment-1546903093

DimitarCC commented 1 year ago

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 ;)

DimitarCC commented 1 year ago

With version 3.21.0 you can click over links without to close the tooltip

IneedHelp commented 1 year ago

@DimitarCC thank you for this improvement!