Ctrl+click doesn't recognize variable name

Toad says “Object vtab__arc_settlement_file.count does not exists” instead of jumps to the

variable definition when Ctrl+Left mouse click on vtab__arc_settlement_file in the FORALL row.

The piece of the code is the following:

BEGIN

FORALL i IN 1 … vtab__arc_settlement_file.count --SAVE EXCEPTIONS

DELETE FROM SETTLEMENT_FILE s

WHERE s.id = vtab__arc_settlement_file (i).id;

db__total_deleted_record := db__total_deleted_record + SQL%ROWCOUNT;

This is still and issue in the most current (0.52) beta.