Template generator plugin
IntelliJ plugin to generate Feature templates¶
You can find a plugin for IntelliJ in the repo which contains file templates to default Feature
implementations.
How to use¶
- Download MVICoreFileTemplates.jar
- Inside the IDE go to "Install plugin from disk..."
- Install the .jar file and restart the IDE
- In the project tree select any package and pop up the "New..." context menu
- You can filter the options by typing "feature"
- Pick one
- Enter a name for your new file
- Profit