You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,18 @@
1
1
# Changelog
2
2
3
3
## [Unreleased]
4
+
### Changed
5
+
- Reduced the amount of parameter hints to make them more relevant and valuable, a new settings option included
6
+
7
+
### Fixed
8
+
- Star (*) and Slash (/) parameters were breaking the hints order
4
9
5
10
## [0.2.0] - 2022-07-29
6
-
### Added
7
-
- Detail plugin settings that let you disable parameter hints selectively
8
-
- Introduce new inlay hints - optional type annotations for variables and functions return types [[#6](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/6)]
11
+
### Added
12
+
- Detail plugin settings that let you disable parameter hints selectively
13
+
- Introduce new inlay hints - optional type annotations for variables and functions return types [[#6](https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params/pull/6)]
9
14
10
-
### Changed
15
+
### Changed
11
16
- Drop support for build 212 and below due to changes in the plugin
0 commit comments