Hello,
I'm playing around alot with the new type-inferred DATA-declarations like
DATA(svc_mng) = /bobf/cl_tra_serv_mgr_factory=>get_service_manager( zif_xxx_c=>sc_bo_key ).
Is there any way in the ADT to actually see the inferred type via hovering over the variable or pressing any shortcut?
The quick type hierarchy does not seem to be available 😔
My current workaround is to use CTRL+Space to force auto-complete display me the type, so at least that type information is directly available in the ADT... could you please show the types everywhere when hovering over variables?
Possibly in the status-bar or something, that would be truly great.
Keep up the good work!
Cheers,
Kai
Hi Kai,
Did you try to use code element info (F2) for the method call? It shows the same information as in code completion.
Michael
Add a comment