Skip to content

Intellisense doesn't suggest variable names once a temp-table is defined #57

@Orionsg

Description

@Orionsg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions