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
When I autocomplete for a .NET method, the currently highlighted method shows the overload signatures
However, If I select a particular method, the overload signatures should continue to display until I close the parens on the other side.
Bonus: If I specify a parameter where the type can be determined, when I type comma the overload signatures should only filter to the ones that are now relevant.