Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Java variable-highlight #202

@alexr00

Description

@alexr00

Original from @JoeyRxy in microsoft/vscode#79108

int x = 0, y = 0;

you will find the y doesn't be recognized as a variable.

When I use TM scope inspector to find what y's kind is,it tells me y is a meta.method.body.java instead of variable(but x is variable).

And then I find when you type this:

int x = 0, y = 0;
int z = x + y;

the x and y at second line isn't recognized as variable either.

Today I find more:
bugs
bugs
the array BIT has different scope in different place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions