I was typing a switch with an enum in VS 2013 and all case statements filled out automatically after I finished the switch. Now I can\'t repeat it. I was not hallucinating,
Hi I just ran into the same problem, I just found out that when you do:
switch(nameofvariable){ default: break; }
when you are filling the variable and you double click on the variable of your choice (the enum) it will give you all the cases