v0.3.0
Added
- Type hints now support
asyncfunctions [#15] - Made type hints clickable,
Ctrl+LMBto 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]