Ticket #829 (assigned enhancement)
Switch if-Syntax
| Reported by: | Sewi | Owned by: | azawawi |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | 0.55 |
| Keywords: | refactoring | Cc: |
Description
A really cool Perl document module addition would be a hotkey for switching between both if - syntaxes:
print 1 if $foo == $bar;
into
if ($foo == $bar) {
print 1;
}
and vice versa
Change History
Note: See
TracTickets for help on using
tickets.
