File tree 2 files changed +14
-7
lines changed
2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ 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 )]
4
11
5
12
## [ 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
9
16
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
12
19
13
- ### Fixed
20
+ ### Fixed
14
21
- Star (* ) and Slash (/) parameters were breaking the hints order
15
22
16
23
## [ 0.2.0] - 2022-07-29
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments