This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This IDEA live template generates a dummy Store interface. | |
Installation: | |
1. Open IDEA preferences -> Editor -> Live Templates | |
2. Create a new group using the "+" button or select an existing group | |
3. Copy the content of the template below and paste it under the selected group (Ctrl+C/Ctrl+V) | |
Usage: | |
1. Create a new Kotlin file with the required name | |
2. Type "mvisi" and press Enter |