al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

[Question] Variable completion

Open fvet opened this issue 3 years ago • 0 comments

In below scenario, the variable completion provider suggests the object names correctly if I search for objects that start with the variable name.

SalesHeader > "Sales Header", ICDataStore > "IC Datastore" (without prefix)

The variable completion provider seems to support search for part of the variable name as well.

Header > "Sales Header" is listed in the suggested objects (somewhat lower, but OK)

However

DataStore does no longer list the "IC Datastore" object?

Completion

fvet avatar Oct 27 '22 09:10 fvet