Expansion of switch statement is good! - Can a re-evaluation option be added?
Thanks to the excellent short cut provided by Resharper 5, I have expanded a switch statement to several hundred lines by letting expand on the enumeration of:
switch (variableOnAnEnumeration)
{
}
Is it possible to have an additional option whereby the enumeration on which variableOnAnEnumeration is based and any values not covered are added to the switch statement?
Please sign in to leave a comment.
+1
"TATWORTH" wrote in message
news:7641176.46971307620228510.JavaMail.devnet@confluence.jetbrains.net...
Thanks to the excellent short cut provided by Resharper 5, I have expanded a
switch statement to several hundred lines by letting expand on the
enumeration of:
switch (variableOnAnEnumeration)
{
}
Is it possible to have an additional option whereby the enumeration on which
variableOnAnEnumeration is based and any values not covered are added to the
switch statement?
---
Original message URL: http://devnet.jetbrains.net/message/5306009#5306009
I would ask you to open a feature request for resharper in youtrack ;)
I have requested this at http://youtrack.jetbrains.net/issue/JT-10092
you have selected youtrack as project. I am not sure if you can change this but for the future make sure you have selected resharper as project. :)