Plugin development using github template

Answered

Hi. I am using Intellij's GitHub template to develop a plugin. Is there any resource that I can refer to to understand its structure and how to start? I am unaware of what is myApplicationService or myProjectService and MyProjectManagerListener class.


Here is the link to Github template https://github.com/JetBrains/intellij-platform-plugin-template

0
1 comment

Meghnabajoria8, the README file contains all the required information you need about the project structure and links to the proper documentation sections.

0

Please sign in to leave a comment.