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
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
The text was updated successfully, but these errors were encountered:
Orionsg
changed the title
Intellisense dosn't suggest variable names once a temp-table is defined
Intellisense doesn't suggest variable names once a temp-table is defined
May 6, 2020
Once a temp-table is defined in a procedure, the intellisense no longer suggests variables when text is entered.
Example:
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
The text was updated successfully, but these errors were encountered: