On Wed, 23 Feb 2005 13:45:51 +0100 (CET)
[EMAIL PROTECTED] (Marco van de Voort) wrote:

> > one less variable to manually declare
> 
> Implement something in lazarus that auto-adds the variable to the
> local var section. 

It already exists. Example:

i:=0;

Place cursor on i and press Code Completion (Ctrl+Shift+C) and it will
add "var i: integer;".


Mattias

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to