Releases: WhiteMemory99/Intellij-Python-Inlay-Params
Releases · WhiteMemory99/Intellij-Python-Inlay-Params
0.4.0
v0.3.6
Added
- Support 2024.2
v0.3.5
Added
- Support 2024.1
v0.3.4
v0.3.3
Added
- Support for 2023.2. Please, note that this PyCharm version and older have built-in parameter hints that can be turned off in the same section.
v0.3.2
v0.3.1
Fixed
TypedDictsubclasses being displayed as a regular dict in type hints- Several bugs around
asyncfunctions with type hints - Other minor type hints corrections
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]
v0.2.1
Added
- Support for 2022.3
- More Python syntax covered with parameter hints
Changed
- Reduced the amount of parameter hints to make them more relevant and valuable, a new settings option included
Fixed
- Star (*) and Slash (/) parameters were breaking the hints order