Swift enum switch-case generation
Answered
Hi!
Is it currently possible to autogenerate all Swift `switch` cases for a given `enum` (possibly without the `default` case)?
If not, are there any plans to introduce this?
Thanks,
Nicola.
Please sign in to leave a comment.
Hi Nicola,
Not implemented yet. Please watch OC-13657 and OC-14979 for progress.
Many thanks!