Auto-completing of code

Hi

Just an idea I got using notepad++  When I open a ( or [ , it automatically creates the ) or ] behind.  I found this a good idea

You can even add some other "auto-completings"

IF THEN

END IF;

----------

FOR 

END LOOP;

...

Other information that could be great : the information of the functions like in Excel :

Regards

Martin

Impossible to edit the suggestion (I forgot a loop) :

FOR  ...  LOOP

END LOOP;