A way to give a name at different statements

Hi

It would be nice to have the possibility to name the statements, so we can find them directly instead of searching in the "Result xxx"

Something like

select /* NAME=blabla*/

            * from dual;

or

select -- NAME=blabla

           * from dual;

Regards

Martin