Once a temp-table is defined in a procedure, the intellisense no longer suggests variables when text is entered.
Example:
def var i_test as int no-undo.
def temp-table tt_test
field test_fld as char
.
Without the last three lines in the example above, the variable "i_test" will be suggested as soon as one types "i". Once the temp-table is added, it doesn't work anymore.
Do note that one needs to save the file after inserting or removing the temp-table for the change in the behaviour in intellisense to take effect .
VS Code version: 1.44.2
OpenEdge ABL version 1.2.0