Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Orionsg opened this issue May 6, 2020 · 0 comments
Open

Comments

@Orionsg
Copy link

Orionsg commented May 6, 2020

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

@Orionsg 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant