ruff
4628180f - [ty] Improve autocomplete suppressions of keywords in variable bindings

Commit
16 days ago
[ty] Improve autocomplete suppressions of keywords in variable bindings Autocomplete suggestions were not suppressed correctly during some variable bindings if the parameter name was currently matching a keyword. E.g. `def f(foo<CURSOR>` was handled correctly but not `def f(in<CURSOR>`.
Author
Committer
Parents
Loading