[ench req] available functions assist on function return type

Pazus

Member²
Currently we have autocomplete assistance of procedures/functions available in the package or object type based on the variable type. The same goes for a record fields.

Please implement same mechanics for functions returns, I mean if a function return a object type or a record, if I print something like "foo()." I'd like to have assistance of fields/methods available for the returned type so I can type foo().field_name easily.
 
Back
Top