DEFINE DATA
LOCAL USING LDAONE /* One
LOCAL USING LDATWO /* Two
LOCAL USING PDAONE /* Uno
LOCAL USING PDATWO /* Dos
END-DEFINE
LDAONE.VARONE := LDATWO.VARTWO
MOVE BY NAME PDAONE(*) TO PDATWO(*)
END
the comments "One", "Two", "Uno" and "Dos" can't be found when hovering any variable or group name.
Hovering a variable should include the comments from the USING site.
Having the following code:
the comments "One", "Two", "Uno" and "Dos" can't be found when hovering any variable or group name.
Hovering a variable should include the comments from the
USING
site.