File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed 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 )]
7+
8+ ### Fixed
9+ - Redundant parameter hints for names that start with "` __ ` " or 1 character long
10+ - Display of unnecessary type hints [[ #16 ] ( https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/16 )]
411
512## [ 0.2.1] - 2022-09-23
6- ### Added
7- - Support for 2022.3
8- - More Python syntax covered with parameter hints
13+ ### Added
14+ - Support for 2022.3
15+ - More Python syntax covered with parameter hints
916
10- ### Changed
11- - Reduced the amount of parameter hints to make them more relevant and valuable, a new settings option included
17+ ### Changed
18+ - Reduced the amount of parameter hints to make them more relevant and valuable, a new settings option included
1219
13- ### Fixed
20+ ### Fixed
1421- Star (* ) and Slash (/) parameters were breaking the hints order
1522
1623## [ 0.2.0] - 2022-07-29
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments