Skip to content

Commit 2345292

Browse files
authored
Merge pull request #27 from DeveloperUtils/GH-9-options
Gh 9 options
2 parents 3f33094 + 3f9868e commit 2345292

File tree

15 files changed

+1142
-289
lines changed

15 files changed

+1142
-289
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@
44

55
## [Unreleased]
66
### Added
7+
- Plugin configuration options. You can now change the plugin behavior by setting options in the inspections settings. Currently, these two options are supported:
8+
- Don't add default values (guessed by variable type)
9+
- Do not add arguments that have default values declared
710

811
### Changed
12+
- Kotlin Function Arguments Helper is now an inspection instead of a intention (because they can have options)
13+
- Quick fix is now named `Add missing constructor arguments` and `Add missing function arguments` instead of `Fill (constructor|function) arguments`
14+
- upgraded
15+
- *gradle* to 7.0.2
16+
- *kotlin* to 1.5.0
17+
- detekt is using default configuration from [https://github.com/detekt/detekt/blob/master/detekt-core/src/main/resources/default-detekt-config.yml](https://github.com/detekt/detekt/blob/693f4f3/detekt-core/src/main/resources/default-detekt-config.yml)
18+
- Plugin is verified against release 2021.1 instead of pre-release 211.5538.20
919

1020
### Deprecated
1121

1222
### Removed
23+
- KotlinFunctionArgumentsHelperIntention
1324

1425
### Fixed
1526
- patching `CHANGELOG.md` leaded to build error

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.developerutils.kotlin-function-arguments-helper.svg)](https://plugins.jetbrains.com/plugin/14168-kotlin-function-arguments-helper)
66

77
<!-- Plugin description -->
8-
IntelliJ plugin that provides intention action for constructors or functions to fill in arguments with name and a default value.
8+
IntelliJ plugin that provides inspection quick fix for constructors or functions to add arguments with name and a default value.
99

1010

1111
<a target="_blank" href="https://user-images.githubusercontent.com/774381/79955782-8f69a580-847f-11ea-94fa-c07a8816d7f8.gif">

0 commit comments

Comments
 (0)