Commits
Click on a commit to change the comparison range[ty] Fix semantic token classification for properties accessed on instances [ty] Remove redundant is_property_instance guard, match PropertyInstance variant directly [ty] Add readonly modifier for read-only properties, fix cargo fmt [ty] Set readonly modifier for properties from definition path [ty] Fix failing snapshot tests, add property_readonly_modifier test Fix more tests4 months ago
by MichaReiser fix: prefer PropertyInstanceType with setter, add union fallback test fix: detect setter via AST decorator, handle union fallback fix: scan class AST for setter decorator instead of relying on type Formatting, snapshots4 months ago
by MichaReiser Simplify4 months ago
by MichaReiser Use `static_member`4 months ago
by MichaReiser