Understand the template's sample code structure
mainThe template includes minimal sample files in src/main/kotlin to demonstrate core plugin concepts. If you use Java, move these to src/main/java.
Sample Files:
startup/MyProjectActivity.kt: Project startup activity.services/MyProjectService.kt: Project-level service.toolWindow/MyToolWindowFactory.kt: Tool window factory for creating tool window content.MyBundle.kt: Bundle class for accessing resource messages.
Note: Remove all non-needed sample code files and their corresponding entries in plugin.xml before finalizing your plugin.