Generating missing cases for the switch-statement
I really like the feature for generating missing cases for completely new switch-statement, but I haven't found any shortcut for generating the missing cases if I already have at least one case defined.
It would very handy if you have an enumeration that requires some sort of logic for each of the items and you could make sure that each case defined/handled.
Any thoughts?
-Tatu
Please sign in to leave a comment.
Hi,
We have quite a few built-in Live templates, however we can't cover every specific case (unfortunately)...
In this case, you may create your own Live template for your needs manually in the "ReSharper | Templates Explorer" dialog there.
Thanks!