We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Given the following code
def greeting(a: Option[Int]) = a matc@@
I'd expect to get a completion option for match.
match
Expected behavior
The same behavior as in Scala 2, get the completion item for match.
Screenshots
Installation:
Additional context
This might be what is affect match types here as well #2810
Search terms
Scala 3 match completions
The text was updated successfully, but these errors were encountered:
So this is currently in the feature requests repo with the rest of unimplemented Scala 3 features. #3950
We might need to create an entry in the docs documenting what is currently available and point to scala 3 feature requests?
Sorry, something went wrong.
Ahh sorry, I totally forgot to check there. My bad.
Yea I think that's a good idea. I've been meaning to do some other doc updates so I can probably tackle this this week.
Thanks!
No branches or pull requests
Describe the bug
Given the following code
I'd expect to get a completion option for
match
.Expected behavior
The same behavior as in Scala 2, get the completion item for
match
.Screenshots
Installation:
Additional context
This might be what is affect match types here as well #2810
Search terms
Scala 3 match completions
The text was updated successfully, but these errors were encountered: