openedge-zext icon indicating copy to clipboard operation
openedge-zext copied to clipboard

Intellisense suggests fields at incorrect times

Open danielbecroft opened this issue 2 years ago • 0 comments

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.

danielbecroft avatar Apr 14 '22 04:04 danielbecroft