[Lazarus] How about Ctrl+Shift+Alt+Space completes code with empty values.

Martin lazarus at mfriebe.de
Tue Feb 14 21:56:26 CET 2012


On 14/02/2012 17:43, Everton Vieira wrote:
> How about Ctrl+Shift+Alt+Space completes the code with empty values.
>
> Like this:
>
> Trim();
>
> After Ctrl+Shift+Alt+Space inside that parentheses makes this:
>
> Trim('');
>
> Just, another idea. :)
>

You do know shift-ctrl-space ?
Which opens a hint showing the possible parameter list(s). That also has 
the advantage to work if there are overloaded versions.

In 0.9.31 you can then insert the one you need, with the mouse (sorry no 
keyboard)


--
a good overview
http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools
http://wiki.lazarus.freepascal.org/New_IDE_features_since




More information about the Lazarus mailing list