You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just came to my mind... would it be possible to complete them with ??? on all the right sides (so it still compiles)? Just a little comfort / luxury thing.
It would be possible, we could even use the snippet syntax to be able to go over each ($1 $2 etc. will allow user to use tab to move to next), though not sure about the case where someone might want an empty case 🤔
It's worth experimenting, what will be most user friendly.
Is your feature request related to a problem? Please describe.
When I use tuples of enums, the exhaustive completion that is offered looks like
case Tuple2(_1, _2) =>
.Describe the solution you'd like
It would be nice if Metals can offer the "Cartesian product" of all the possible pairs. For example
Describe alternatives you've considered
n/a
Additional context
n/a
Search terms
enum match exhaustive completion
The text was updated successfully, but these errors were encountered: