DetachHead / basedpyright

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

FEATURE: add "python.autoComplete.addBrackets" #411

Open kuator opened 3 weeks ago

kuator commented 3 weeks ago

Well, pretty much this: https://github.com/microsoft/pyright/issues/1450 which upstream refused to implement as pyright is a type checker and not a lsp.

kuator commented 3 weeks ago

Pylance has it though: https://github.com/microsoft/pylance-release/issues/37#issuecomment-677953142