Is there a way to auto-fill arguments names?
This is the way:
- Right click on the constructor method
- Show Context Actions
- Add names to call arguments
- Profit
There's a great plugin for that: https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
It autofills the constructor with some default parameters so you can override the ones you want ;)