github DetachHead/basedpyright v1.6.0

latest releases: v1.17.5, v1.17.4, v1.17.3...
6 months ago

What's Changed

  • new logo by @DetachHead in #146
  • semantic highlighting fixes by @DetachHead in #145
    • type aliases to Callable types were incorrectly coloured as functions (#142)
    • undefined names were being coloured as if they were defined (#134)
    • assignments to _ were coloured as readonly (#139)
    • the new type keyword in pyhthon 3.12 was being coloured as a type (this was an upstream issue in vscode and pylance) (#144)
  • inlay hint fixes by @DetachHead in #151
    • inlay hints were appearing on TypeVars that have bounds or variance arguments (#141)
    • return type inlay hints were messed up on functions that take Callables (#136)
    • don't show inlay hints for arguments on variables with the same name (#135)
    • wrong argument name on inlay hints to overloads (#155)
    • don't display inlay hints on assignments to _ (#138)
    • Fix type alias inlay hints (#164)
  • neovim support by @baco in #156 & #159
  • fix placeholder readme on the vscode extension page by @DetachHead in #165

New Contributors

  • @baco made their first contribution in #156

Full Changelog: v1.5.0...v1.6.0

Don't miss a new basedpyright release

NewReleases is sending notifications on new releases.