Auto implement method Kotlin Android
To avoid Todo comment follow below mentioned steps
- Go to
File -> Setting
(That will bring new window in front) - Go to
Editor -> Code Style -> File and Code Template
- Select the
Code
tab from the right panel - Scroll down the list of options and find out 'New Kotlin Function Body' option
- Remove the default text and done
You will not get any todo comment line in overriding method now. hope that helps you