- Update kotlin to v1.7.22
- Update compatibility for IDEA 2021.3 - 2023.1
- Applied changes from IntelliJ Platform Plugin Template#Next@f8b4bb9
- Update kotlin to v1.7.10
- Update
platformVersionto2021.3.3 - Change since/until build to
213-222.*(2021.3 - 2022.2)
- imported changes from yet unsubmitted PR IntelliJ Platform Plugin Template#Next
-
- Update
platformVersionto2021.2.4 - Change since/until build to
212-221.*(2021.2 - 2022.1) - Dependencies - upgrade
org.jetbrains.intellijto1.6.0 - Dependencies - upgrade
org.jetbrains.kotlin.jvmto1.6.21 - Dependencies (GitHub Actions) - upgrade
actions/checkoutto3 - Dependencies (GitHub Actions) - upgrade
actions/cacheto3 - Dependencies (GitHub Actions) - upgrade
actions/setup-javato3 - Dependencies (GitHub Actions) - upgrade
actions/upload-artifactto3 - Dependencies (GitHub Actions) - upgrade
JetBrains/qodana-actionto5.1.0
- Update
-
- if lambda has 2+ parameters: add also parameter with guessed names
- rebased on latest IntelliJ Platform Plugin Template
-
- gradle to 7.3
- kotlin to 1.6.0
- detekt to 1.18.1
-
- Don't add default values (guessed by variable type)
- Do not add arguments that have default values declared
- Kotlin Function Arguments Helper is now an inspection instead of a intention (because they can have options)
- Quick fix is now named
Add missing constructor argumentsandAdd missing function argumentsinstead ofFill (constructor|function) arguments -
- gradle to 7.0.2
- kotlin to 1.5.0
- detekt is using default configuration from https://github.com/detekt/detekt/blob/master/detekt-core/src/main/resources/default-detekt-config.yml
- Plugin is verified against release 2021.1 instead of pre-release 211.5538.20
- KotlinFunctionArgumentsHelperIntention
- patching
CHANGELOG.mdleaded to build error
- plugin logo
- rebased plugin on IntelliJ Platform Plugin Template
- build with kotlin
1.4.30
- dropped support for IDEA before
2020.3
- runs now with IDEA
2021.* - Release build pipeline
- Added demo animation.
- Widened range of IDE compatibility.
- Build with Kotlin ${kotlinVersion}