You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ComplexTypes in parsed ASTs seem to have hidden position data, and modifying them in a particular way will result in broken position data, which prevents completions in IDE and causes wrong hover displays.
ComplexType
s in parsed ASTs seem to have hidden position data, and modifying them in a particular way will result in broken position data, which prevents completions in IDE and causes wrong hover displays.PosTest.hx
PosBuild.hx
Hovering this item is fine:
But hovering this item will result in the wrong display:
Like this:
This also prevents any completion trial from the point.
The text was updated successfully, but these errors were encountered: