CodeAfter installing the update switch statements are formatted as below. This makes the code rather unreadable.
C#switch (message)
{
case "a":
{
break;
}
case "b":
{
break;
}
}
Expected:
C#switch (message)
{
case "a":
{
break;
}
case "b":
{
break;
}
}
Is this a bug or should I adjust my settings (how?).
Thank you for the report. We have reproduced this behavior. This is a problem in the current formatting engine implementation. Please give us some time. We will fix it shortly.
Comment just o be warn when hotfix is available.
Hi Christian,
To be notified of changes in the status of this ticket, you don't need to leave a comment. Just add this ticket to Favorites.