v1.6.0
What's Changed
- new logo by @DetachHead in #146
- semantic highlighting fixes by @DetachHead in #145
- type aliases to
Callabletypes 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
typekeyword in pyhthon 3.12 was being coloured as a type (this was an upstream issue in vscode and pylance) (#144)
- type aliases to
- 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)
- inlay hints were appearing on
- neovim support by @baco in #156 & #159
- fix placeholder readme on the vscode extension page by @DetachHead in #165
New Contributors
Full Changelog: v1.5.0...v1.6.0