Project

General

Profile

Feature #162

Rerun a ifelse refactoring with another refactoring choice

Added by Wil van Antwerpen over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
08/21/2019
Due date:
% Done:

0%


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)

Also available in: Atom PDF