Releases: WhiteMemory99/Intellij-Python-Inlay-Params
Releases · WhiteMemory99/Intellij-Python-Inlay-Params
v0.3.6
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
TypedDict
subclasses being displayed as a regular dict in type hints- Several bugs around
async
functions with type hints - Other minor type hints corrections
v0.3.0
Added
- Type hints now support
async
functions [#15] - Made type hints clickable,
Ctrl+LMB
to 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
v0.2.0
v0.1.4
Changed
- Lower minimal build requirement to 2021.2
Fixed
- Hints not showing when there's one positional parameter with
**kwargs