Goto/Peek not working on global
Posted: Fri Mar 25, 2022 12:32 pm
Not sure if this would be solved with https://github.com/X-Sharp/XSharpPublic/issues/997 but this doesn't work either:
e.g
cPath:=cDataPath
In another included lib we have:
GLOBAL cDataPath as string
In VO I can directly go to this global definition. In X# this doesn't work (Peek/Goto definition on cDataPath).
Contrary to the Dword surrounded method of #997, the tooltip is correct.
Dick
e.g
cPath:=cDataPath
In another included lib we have:
GLOBAL cDataPath as string
In VO I can directly go to this global definition. In X# this doesn't work (Peek/Goto definition on cDataPath).
Contrary to the Dword surrounded method of #997, the tooltip is correct.
Dick