mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:58 +00:00
This adds autocomplete suggestions for function arguments. For example, `okay` in: ```python def foo(okay=None): foo(o<CURSOR> ``` This also ensures that we don't suggest a keyword argument if it has already been used. Closes astral-sh/issues#1550 |
||
|---|---|---|
| .. | ||
| resources | ||
| src | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| mdtest.py | ||
| mdtest.py.lock | ||