App-EditorTools

 view release on metacpan or  search on metacpan

lib/App/EditorTools/Vim.pod  view on Meta::CPAN


=over 4

=item ,pp

EditorToolsMenu - Brings up a menu to choose the following routines

=item ,pL

RenameVariable - Placing the cursor over a variable and pressing this
mapping will prompt for a new variable name, then rename all occurrences
of the varialbe within that lexical scope to the new name.

See L<App::EditorTools> for more.

=item ,pI

IntroduceTemporaryVariable - Selecting a range of text and pressing this
mapping will prompt for a new variable name, then add a new statement
declaring the variable and setting it the the highlighted expression, and
finally replace the currently highlighted text with a reference to the
variable.

See L<App::EditorTools> for more.

=item ,pP

RenamePackageFromPath - Pressing this mapping will change the C<package>
declaration in the current file to reflect that files path name. For example,



( run in 1.587 second using v1.01-cache-2.11-cpan-6aa56a78535 )