Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 15:24
· 45 commits to main since this release

Added

  • Type hints now support async functions [#15]
  • Made type hints clickable, Ctrl+LMB to open the object reference [#17]

Changed

  • Parameter hints rewritten - now more reliable, with complete syntax coverage, including chained calls support.

Fixed

  • Redundant parameter hints for names that start with "__" or 1 character long
  • Display of unnecessary type hints [#16]