-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Wrong signature help in two edge cases #15244
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
Comments
Actually, scratch that. It seems only the second case is failing. |
I added another case for a broken code that should still suggest signature help. |
Another potential thing to fix:
we should still show signature help for Option even if user wrote too much. Currently it shows apply for tuple3 apply[T1, T2, T3](_1: T1, _2: T2, _3: T3): (T1, T2, T3)
^^^^^^ |
Do we ever want to show tuple signature ? In my opinion no, what do you say ? |
I would say that we don't want to show it ever. |
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.2.0-RC1-bin-20220519-ee9cc8f-NIGHTLY
Minimized code
For signature help with cursor located at
@@
:1.
Output
Empty output.
Expectation
The text was updated successfully, but these errors were encountered: