Releases: MrJul/ReSharper.EnhancedTooltip
Releases · MrJul/ReSharper.EnhancedTooltip
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.1
v3.1.0-EAP5
v3.0.1-EAP4
A big release will all known bugs fixed and a bunch of new features!
ReSharper 2017.1 EAP 4 minimum is required.
Changes:
- [Added] Support for ReSharper 2017.1 (EAP 4 minimum). (#97)
- [Added] Options to show all attributes, with their arguments. (#26)
- [Added] Option to show Nullable<T> as T?. (#52)
- [Added] Option to chop the display of parameters. (#64)
- [Added] Option to chop the display of attributes. (#101)
- [Added] Option to show property accessors. (#86)
- [Added] Option to show access rights. (#100)
- [Added] Option to use the colors from the "environment" VS settings rather than from the "text editor" VS settings. (#98)
- [Added] Option to display base type and implemented interfaces only for solution code. (#81)
- [Added] Options to show non-fully qualified names, configurable for solution code and external code. (#72)
- [Added] Literal values now have a specialized display. (#63)
- [Added] Type parameters info is now colorized. (#60)
- [Added] Documentation remarks are now shown in their own element. (#82)
- [Added] Option to show return value documentation. (#46)
- [Added] Colorization for 40 more C# error messages.
- [Fixed] Visual Studio errors are now correctly wrapped. (#83)
- [Fixed] The current parameter documentation was incorrect for extension methods in the parameter info popup. (#90)
- [Fixed] The current parameter documentation was lost when changing parameters in the parameter info popup. (#99)
- [Fixed] The enum name isn't mentioned twice anymore for enum members. (#73)