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
I would like to see extension methods in the tooltip as if they were instance methods related to the type specified in the first parameter. Just like the way Visual Studio does.
I would like to see extension methods in the tooltip as if they were instance methods related to the type specified in the first parameter. Just like the way Visual Studio does.
Currently I see this with ReSharper:
The Enhanced Tooltip extension replaces (method) to (extension) but it is still not enough for me.
I would like to see it like an ordinary instance method with the (extension) identifier kind:
Notice that the first parameter is no longer in the parameter list, only the additional parameters.
I think the tooltip would be much shorter and easier to undestand this way.
The text was updated successfully, but these errors were encountered: