-
Notifications
You must be signed in to change notification settings - Fork 236
Add signature help support for .NET methods #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
@kapilmb has been working on this already, maybe we can get it in for 0.9.0 in January? |
Yes, I think we will have it merged by then. |
Nah, that's just the "description" of the completion. Signature help is the thing that comes after you type .Add( and you get the parameter list of the method as a popup above as you type. This is definitely one of the gaps in PSES. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C# methods are using the suggestions documentation window to show parameter hints (see below).
.
The information contained this suggestion detail needs to be used in parameter hints. Currently the parameter hints UI does not display for c# methods.
The text was updated successfully, but these errors were encountered: