File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+ ### Changed
5+ - Lower minimal build requirement to 2021.2
6+
47### Fixed
58- Hints not showing when there's one positional parameter with ` **kwargs `
69
912- Hide the hints that are 1 character long
1013- Don't show hints in call expressions that take a single parameter (except for ` *args ` )
1114
12-
1315### Fixed
1416- Hints showing when placing a positional argument after keyword ones
1517- Hints for classes that use ` __new__ ` , like ` datetime.datetime `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginVersion = 0.1.3
44
55# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
66# for insight into build numbers and IntelliJ Platform versions.
7- pluginSinceBuild = 213
7+ pluginSinceBuild = 212
88pluginUntilBuild = 222.*
99
1010# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
You can’t perform that action at this time.
0 commit comments