AutoRefactor
AutoRefactor copied to clipboard
New refactoring - Reduce variable scope
This will certainly require building a Control Flow Graph to do some variable analysis. It would be nice to build the CFG without looking at the IBinding's to avoid the need to dump then reload the whole tree each time a change is made.
Depends on issue #32.
Tests samples exists and are committed, but the refactoring itself is not implemented yet. The refactoring is dependent on issue #93.