Skip to content
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

No match completion offered in Scala 3 #2878

Closed
ckipp01 opened this issue Jun 14, 2021 · 3 comments
Closed

No match completion offered in Scala 3 #2878

ckipp01 opened this issue Jun 14, 2021 · 3 comments
Labels
completions Tickets related to completion functionality Scala 3 Generic ticket relating to Scala 3

Comments

@ckipp01
Copy link
Member

ckipp01 commented Jun 14, 2021

Describe the bug

Given the following code

def greeting(a: Option[Int]) = a  matc@@

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:

  • Operating system: macOS
  • Editor: All
  • Metals version: 0.10.4+59-e4b554b4-SNAPSHOT

Additional context

This might be what is affect match types here as well #2810

Search terms

Scala 3 match completions

@ckipp01 ckipp01 added completions Tickets related to completion functionality Scala 3 Generic ticket relating to Scala 3 labels Jun 14, 2021
@tgodzik
Copy link
Contributor

tgodzik commented Jun 14, 2021

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?

@ckipp01
Copy link
Member Author

ckipp01 commented Jun 14, 2021

Ahh sorry, I totally forgot to check there. My bad.

We might need to create an entry in the docs documenting what is currently available and point to scala 3 feature requests?

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.

@ckipp01 ckipp01 closed this as completed Jun 14, 2021
@tgodzik
Copy link
Contributor

tgodzik commented Jun 14, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completions Tickets related to completion functionality Scala 3 Generic ticket relating to Scala 3
Projects
None yet
Development

No branches or pull requests

2 participants