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

[BUG] linter does not recognize FOR - EACH - NEXT Constructs #114

Open
Larrylaswell opened this issue Jun 29, 2020 · 1 comment
Open

[BUG] linter does not recognize FOR - EACH - NEXT Constructs #114

Larrylaswell opened this issue Jun 29, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Larrylaswell
Copy link

OpenQMx64 3_4_19
VSCODE 1.46.1 Date 2020-06-17
Windows NTx64 10.0.18363
MV Basic / MV Extentions 2.08

To reproduce enter the following code:

FOR EACH name IN list
Display name
NEXT name

The linter flags the NEXT statement as an error. It look like it was expecting a

FOR I = 1 TO 10
. . . .
NEXT I

Works

@kpowick kpowick added the bug Something isn't working label Jun 29, 2020
@itsxallwater
Copy link
Member

Great feedback @Larrylaswell! Tacking on an administrative note to mention this will relate to #14 and having the linting and syntax highlighting be driven by the dynamic selection of the language, same as the IntelliSense functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants