I have the perl-support plugin enabled. now, I tried the \idd
idiom shortcut which would give you a my ($,$);
statement with the cursor placed on the first var. Now the second var is displayed as <+name+>
. In effect the my
line after entering the first variables name would be
my ( $top, $<+name+> );
If it was a code snippet I could have easily used tab to go to the next field, but it is not working in this case. How do I quickly move to changing the 2nd part of the idiom?