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
Sometimes it is helpful to know that the member (method) over which user is hovering is using a particular alias of a type in its signature. But currently Super Quick Info always displays the actual type's name, even though int the member signature an alias is used instead.
When hovering over DoSomethingWithUtcDate member either at the call or declaration site, SuperQuick Info would display DateTime as the type of date argument. It would be nice if instead it would display: DateUtc (DateTime) or something similar, to reflect the fact that an aliased type name was used in the signature.
The text was updated successfully, but these errors were encountered:
Sometimes it is helpful to know that the member (method) over which user is hovering is using a particular alias of a type in its signature. But currently Super Quick Info always displays the actual type's name, even though int the member signature an alias is used instead.
So, for example:
When hovering over
DoSomethingWithUtcDate
member either at the call or declaration site, SuperQuick Info would displayDateTime
as the type of date argument. It would be nice if instead it would display:DateUtc (DateTime)
or something similar, to reflect the fact that an aliased type name was used in the signature.The text was updated successfully, but these errors were encountered: