File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4- ### Added
5- - Type hints now support ` async ` functions [[ #15 ] ( https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/15 )]
6- - Made type hints clickable, ` Ctrl+LMB ` to open the object reference [[ #17 ] ( https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/17 )]
74
8- ### Changed
9- - Parameter hints rewritten - now more reliable, with complete syntax coverage, including chained calls support.
5+ ## [ 0.3.0] - 2022-09-25
6+ ### Added
7+ - Type hints now support ` async ` functions [[ #15 ] ( https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/15 )]
8+ - Made type hints clickable, ` Ctrl+LMB ` to open the object reference [[ #17 ] ( https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/17 )]
109
11- ### Fixed
12- - Redundant parameter hints for names that start with "` __ ` " or 1 character long
10+ ### Changed
11+ - Parameter hints rewritten - now more reliable, with complete syntax coverage, including chained calls support.
12+
13+ ### Fixed
14+ - Redundant parameter hints for names that start with "` __ ` " or 1 character long
1315- Display of unnecessary type hints [[ #16 ] ( https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/16 )]
1416
1517## [ 0.2.1] - 2022-09-23
You can’t perform that action at this time.
0 commit comments