So far it doesn't seem to be possible to automatically create a switch block from an enum. Sure, after typing "case" you'll get a suggestion of valid enum members, but it would be even more time saving if the whole switch block was simply generated from the switch variable.