MrJul / ReSharper.EnhancedTooltip

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

Show all overloads of Constructor #155

Closed AizazZaidee closed 4 years ago

AizazZaidee commented 4 years ago

Thanks a lot for making it easier to develop with C#. I don't know what I would do if there was no Resharper.

I would like to see all the overloads of the constructor. There should be an option to expand and see the Constructors parameters and doc not just number like "+2 Overloads"

Thanks.

MrJul commented 4 years ago

The number of candidates can be huge. Enhanced Tooltip or ReSharper only displays the currently resolved overload in the standard tooltip, by design.

However you can still invoke the signature tooltip selector on a method and use the keyboard up/down arrows to view all overloads.

I'm going to close this as by design.