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
After multiple trial and error attempts I have found out that Codist's Super Quick Info CAN BE USED with ReSharper's Enhanced ToolTips if Replace Visual Studio Tooltips is unchecked in ReSharper Options:
The compromise is that using both will cause some extra boxes to be displayed and moving the cursor slowly beyond the first box will cause the tooltip to close (due to the gaps between the multiple boxes, something that's also mentioned in MrJul/ReSharper.EnhancedTooltip#179).
Here's an example tooltip (with all the options enabled) of both extensions working together for Canvas:
If users can live with the aforementioned compromise, the pro's of using both extensions is that you can pick and choose what you like from both and have it displayed in a hybrid tooltip, the ReSharper specific code inspection messages are visible and decorated, and for those who edit XAML, the improved tooltips Enhanced Toooltips offer are still available.
Hope this helps anyone that's in a similar situation as me, where you might struggle to make a decision in favor of one of the extensions, but in fact can keep both is willing to overlook a couple minor annoyances.
Another thing worth mentioning is that when both extension are used, the larger icon generated by Codist can't be interacted with, but all the other elements work as intended.
Example interaction with the symbol name
WORKAROUNDS to accessing Codist Super Quick Info when ReSharper Enhanced Tooltips are also enabled:
manually display the Quick Info box using
This allows accessing all boxes of the tooltip without it closing automatically;
alternatively, open a ReSharper menu (like Refactor this or Navigate to) in the text editor and then hover over a symbol of interest which causes the pure display of Codist Super Quick Info as if ReSharper wasn't even installed;
The text was updated successfully, but these errors were encountered:
@wmjordan could it be possible to make Super Quick Info not close when clicking on an empty part of it after opening a context menu? If it can be done, it's useful for Codist users alone and for those that use both extensions, because that way other boxes can be accessed.
so after Super Quick Info is displayed, the user right-clicks the symbol name, the context menu opens and then the user clicks on an empty box at the bottom which would close the context menu, but keep the Super Quick Info opened, allowing the user to further interact with parts of Super Quick Info. Currently, when clicking anywhere in Super Quick Info after opening a context menu, the tooltip closes.
After multiple trial and error attempts I have found out that Codist's Super Quick Info CAN BE USED with ReSharper's Enhanced ToolTips if Replace Visual Studio Tooltips is unchecked in ReSharper Options:
The compromise is that using both will cause some extra boxes to be displayed and moving the cursor slowly beyond the first box will cause the tooltip to close (due to the gaps between the multiple boxes, something that's also mentioned in MrJul/ReSharper.EnhancedTooltip#179).
Here's an example tooltip (with all the options enabled) of both extensions working together for Canvas:
If users can live with the aforementioned compromise, the pro's of using both extensions is that you can pick and choose what you like from both and have it displayed in a hybrid tooltip, the ReSharper specific code inspection messages are visible and decorated, and for those who edit XAML, the improved tooltips Enhanced Toooltips offer are still available.
Hope this helps anyone that's in a similar situation as me, where you might struggle to make a decision in favor of one of the extensions, but in fact can keep both is willing to overlook a couple minor annoyances.
Another thing worth mentioning is that when both extension are used, the larger icon generated by Codist can't be interacted with, but all the other elements work as intended.
Example interaction with the symbol name
WORKAROUNDS to accessing Codist Super Quick Info when ReSharper Enhanced Tooltips are also enabled:
manually display the Quick Info box using
This allows accessing all boxes of the tooltip without it closing automatically;
alternatively, open a ReSharper menu (like Refactor this or Navigate to) in the text editor and then hover over a symbol of interest which causes the pure display of Codist Super Quick Info as if ReSharper wasn't even installed;
The text was updated successfully, but these errors were encountered: