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

semantic highlighting on readonly property also highlights the variable #886

Closed
DetachHead opened this issue Nov 18, 2024 · 0 comments · Fixed by #902
Closed

semantic highlighting on readonly property also highlights the variable #886

DetachHead opened this issue Nov 18, 2024 · 0 comments · Fixed by #902

Comments

@DetachHead
Copy link
Owner

class Foo:
    @property
    def foo(self) -> int:
        return 1

    BAR = 1


foo = Foo()

_ = foo.foo
_ = foo.BAR = 2

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant