Release
In the last versions of Telerik JustCode we added some nice features that will help you quickly refactor your code, so let’s start right away. Convert If To Switch Statement
JustCode now detects the if-statements that can be converted to a switch statement and suggests doing it for you. Place your cursor on the if-statement and hit Alt+Enter or choose the F menu from VisualAid, select ‘Convert if to switch statement’. Convert If To Conditional Expression Another if conversion that we added is to convert an if-statement to a conditional expression (or ternary operator as some people call it). Place your cursor on the if-statement and hit...