Actions
Feature #162
openRerun a ifelse refactoring with another refactoring choice
Status:
New
Priority:
Normal
Assignee:
-
Start date:
08/21/2019
Due date:
% Done:
0%
Estimated time:
Description
If you ran the ifelse refactoring option with a semi column and your code now looks like:
if (condition) ;
move a to b
and on hindsight you decide you rather want to have
if (condition) begin
move a to b
end
is it possible to rerun and have all the semi column if/else statements change into begin/end statements?
and if we can do that, how about the reverse (going from begin/end back to semi columns)
No data to display
Actions