-
Notifications
You must be signed in to change notification settings - Fork 401
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
Signature help returns wrong active parameter #1039
Comments
What would be the expected outcome? |
IMO It should be the same as the outcome of |
Yes, you are right, the problem actually is that activeParameter and activeSignature are not populated, compare the result with one and two parameters. I guess that VScode just assumes that the first parameter is active:
This will reproduce the problem in vscode (it will select the first parameter as active, although it should select the second).
|
The issue depends on #1051 |
The following examples don't work properly:
|
E. g.
The text was updated successfully, but these errors were encountered: