openedge-zext
openedge-zext copied to clipboard
Intellisense suggests fields at incorrect times
I'm seeing some strange scenarios where intellisense is showing the wrong thing.
For example:
DEFINE TEMP-TABLE ttCustomer NO-UNDO LIKE Customer.
DEFINE BUFFER bCustomer FOR Customer.
After hitting the ".", the intellisense is suggesting "all fields", and if the default action is "Enter", all the fields are generated as assignments.
Is there something that can be resolved for this? Alternatively, any tips to getting started in trying to resolve the issue.