[Scala 3] Add match/case completions #3950
Labels
feature-request
Used for feature requests
presentation-compiler
Something relating to the presentation compiler
Scala 3
Generic ticket relating to Scala 3
Is your feature request related to a problem? Please describe.
In Scala 2 it's possible to have proper completions on writing any part of the
match
word. It would be good to have the same for Scala 3Describe the solution you'd like
The potential solutions should take a look at
MatchCaseCompletions
and related tests to see what needs to be supported but in general we would need:Describe alternatives you've considered
Write it manually.
Additional context
This is part of the effort to create proper tooling for Scala 3.
Search terms:
match case completions scala3
The text was updated successfully, but these errors were encountered: