DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
https://docs.basedpyright.com
Other
949 stars 17 forks source link

auto-import doesn't work for most of the standard library #649

Closed beauxq closed 3 days ago

beauxq commented 1 week ago

auto-import doesn't work for most of the standard library

steps:

Also not working: time pathlib datetime statistics pprint ... many more - most of the standard library doesn't work. no-auto-import-math no-auto-import-sleep

DetachHead commented 1 week ago

yeah import suggestions have always been quite unreliable for me, in both pyright and pylance

a couple things to try:

related: #545