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 have searched all issues to ensure it has not already been reported.
Summary
Today, available method/constructor overloads are shown when you get to the method body or an open parens
However, if you are already in a closed parens and want to see the available method/constructor overloads, this is not available, you have to delete the closed parens and retype them to get the prompt again.
Proposed Design
The C# extension wires up to Trigger Parameter Hints when in the method/constructor parameter body, we should do the same.