Skip to content

Releases: WhiteMemory99/Intellij-Python-Inlay-Params

v0.1.3

19 Jul 07:08
Compare
Choose a tag to compare

Changed

  • Hide the hints that are 1 character long
  • Don't show hints in call expressions that take a single parameter (except for *args)

Fixed

  • Hints showing when placing a positional argument after keyword ones
  • Hints for classes that use __new__, like datetime.datetime
  • Arguments with the same name as the parameter, but in a different case, were still displayed

v0.1.2

18 Jul 06:11
Compare
Choose a tag to compare

Fixed

  • **kwargs parameter being shown in certain situations
  • Class hints based on their attributes were shown incorrectly
  • Fix hints display for calls with unpacking

v0.1.1

17 Jul 19:46
Compare
Choose a tag to compare

Fixed

  • Wrong hints behavior with some classes, related to the __init__ inheritance logic
  • Wrong hint ordering when a positional argument is passed after keyword arguments
  • Messed up parameter ordering when unpacking is in the call expression

v0.1.0

15 Jul 17:26
Compare
Choose a tag to compare

Added

  • Initial plugin release