Autocomplete
There are 2 types of autocomplete available in Perl Editor.
1. Perl default functions
Press Ctrl+Space in Perl Editor anytime, you will see popup menu, allowing you to select one of Perl language predefined functions. Number of functions in list decreases while you re typing function name. You may select function you need directly from menu and press enter, its name will be paste to editor.
2. Perl default function arguments
If you typed name of the one of Perl default functions and put opening bracket (, you will see hint which shows you list of function arguments.
|