flutter / flutter/flutter-intellij
Add option to add required to all params in a function
Open
dependency: dart sdk
P2
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
If I have a method with named parameters, and some of the `required` ones are missing, IntelliJ will show me an option to automatically add each of the required ones, separately. Even though this is useful, it's tedious when we have many different named parameters. Since all `required` parameters are, well, required, it would be useful to have an option to all off them at once.
Contributor guide
Assessment
This issue has not been assessed yet.