Ticket #535 (new enhancement)
Preview window for extract subroutine
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Refactoring Perl 5 | Version: | 0.45 |
| Keywords: | refactoring, usability | Cc: | philip.g.potter@… |
Description
I am always afraid of using these magic tools for code refactoring. If I could see up-front what a certain action will do, that would improve my confidence by a lot.
So I'd like to see a way to preview the changes the extract subroutine will do.
I am not sure if I want to see the new code, a unix-like textual diff, a side-by-side diff of some external tool or something totally different but any one of these could be a huge step forward in gaining confidence.
Change History
Note: See
TracTickets for help on using
tickets.

Totally agree. I think a side-by-side diff or an in-place colour-coded diff would be good. The way that trac displays the effect that patches will have is probably the model I'd use.