ruff
[ty] Support re-exports in auto-import
#21779
Merged

Commits
  • [ty] Re-arrange imports in symbol extraction
    BurntSushi committed 271 days ago
  • [ty] Simplify auto-import AST visitor slightly and add tests
    BurntSushi committed 271 days ago
  • [ty] Skip over expressions in auto-import AST scanning
    BurntSushi committed 271 days ago
  • [ty] Add support for re-exports and `__all__` to auto-import
    BurntSushi committed 271 days ago
  • [ty] Add some tests for re-exports and `__all__` to completions
    BurntSushi committed 271 days ago
  • [ty] Make auto-import ignore symbols in modules starting with a `_`
    BurntSushi committed 271 days ago
  • [ty] Update evaluation results
    BurntSushi committed 271 days ago
  • [ty] Tweaks tests to use clearer language
    BurntSushi committed 271 days ago
  • [ty] Redact ranking of completions from e2e LSP tests
    BurntSushi committed 271 days ago
  • [ty] Clarify the use of `SymbolKind` in auto-import
    BurntSushi committed 271 days ago
Loading