Skip to content

Releases: MrJul/ReSharper.EnhancedTooltip

v2.7.1

02 Nov 16:59
Compare
Choose a tag to compare
  • [Added] Support for ReSharper 10.
  • [Fixed] Fixed tooltip position when "show role of argument" is enabled. (#70)

v2.6.0

11 Oct 12:33
Compare
Choose a tag to compare
  • [Added] New option to display the role of an argument inside a method invocation. (#21)
  • [Added] New option to display the base type and implemented interfaces of a type. (#24)
  • [Added] New option to display attribute usage (target, multiplicity, inherited). (#25)
  • [Added] New option to affect the rendering of the text (ideal or display). (#42)
  • [Added] New option to display method modifiers (abstract, virtual, etc.). (#65)
  • [Added] The option page is now searchable. (#67)
  • [Fixed] Long members are correctly wrapped. (#55)
  • [Fixed] The options page correctly has an icon. (#56)
  • [Fixed] Enum members are correctly displayed with their integral value. (#57)
  • [Fixed] Fixed a potential null reference exception related to VS highlightings. (#61)
  • [Fixed] The display of parameters for extension methods invoked statically is now correct. (#62)

2.5.1

20 Aug 12:31
Compare
Choose a tag to compare
  • [Fixed] Parameter info colorization sometimes not working. (#43)

2.5.0

20 Aug 12:06
Compare
Choose a tag to compare
  • [Added] Support for ReSharper 9.2.

Note: v2.5.0 and v2.4.0 have feature parity, but 2.5 is for R# 9.2 and 2.4 is for R# 9.1.

v2.4.0

20 Aug 09:47
Compare
Choose a tag to compare
  • [Fixed] No more duplicate or empty tooltips in Visual Studio 2015. (#39 #48 #50)
  • [Fixed] Visual Studio 2015 colors are now correctly used. (#40)
  • [Fixed] The background color of the text editor is now used by the tooltip to avoid unreadable text with light-on-dark or dark-on-light themes. (#44)
  • [Fixed] There is now a tooltip when hovering the "var" keyword followed by an array. (#36)
  • [Fixed] Types in the global namespaces aren't displayed with a leading dot anymore. (#37)
  • [Fixed] Exception labels were incorrectly stretched. (#53)
  • [Fixed] Trackable tooltips don't close automatically anymore.
  • [Added] The width of the tooltip can now be limited, defaults to 50% of the screen width. (#33)
  • [Added] Class modifiers (abstract/sealed/unsafe) can now optionally be displayed. (#49)
  • [Removed] No more support for ReSharper 8.2.3 (old version stays available).

v2.3.1

14 Apr 09:39
Compare
Choose a tag to compare

Support for ReSharper 9.1.

v2.2.1

30 Mar 11:21
Compare
Choose a tag to compare
  • Added colors to more than 100 error messages.
  • Fixed duplicate icon error in package (#13).
  • Default values of enum types now have colors (#14).
  • Fixed parameter info overload selection (#15).
  • Display enhanced tooltips for primitive types and var keyword (#17, #28).
  • Identifier tooltip does not require "color identifiers" to be enabled anymore (#18).
  • Optionally display the number of method overloads in tooltip (#19).
  • Choose whether information about a constructor or its type is displayed for a constructor (#22 #23).
  • New logo, courtesy of dsaf (#29).
  • Fixed incorrect auto-uninstall in VS2013 for ReSharper 8.2 (#35).

v2.1.3

01 Feb 16:20
Compare
Choose a tag to compare
  • Support for ReSharper 9.0 (issue #11).
  • Description is now correctly auto-contrasted (issue #12).
  • Added option to display all annotations.

v2.0.1

08 Oct 09:16
Compare
Choose a tag to compare

Fixed integration into VS2012.

v2.0.0

05 Oct 20:15
Compare
Choose a tag to compare

Rewritten the extension to use an additional Visual Studio add-in rather than hooking into ReSharper at a very low level to prevent issue #5. Additionally, this opens up new features, such as icons in tooltips. The VS package is automatically and transparently installed and uninstalled with the ReSharper extension. It might require an additional restart of VS though. Also added a bunch of settings and their corresponding options page.

As a side effect, VS2010 and R# 8.0 and 8.1 aren't supported anymore.

Fix: Color highlighting doesn't disappear anymore when the solution is reloaded. (#5)
Fix: Nested delegates shown in lambda syntax don't display the outer class name anymore. (#7)
Fix: Anonymous types are correctly displayed. (#6)
New: Better tooltip style.
New: An icon is now displayed next to identifiers and issues inside the tooltip (configurable).
New: CanBeNull/NotNull annotations are now displayed inside the tooltip and parameter info (configurable).
New: The tooltip font configured in Visual Studio options is now used. (#8)
New: Added an options page.