Intellij plugin has a project creation wizard -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/project_wizard.html Use this feature to create an app representation.
- If possible add unit tests - If needed add developer docs to help maintain it in the future. Updated method: project wizard way works for Intelij IDEA but it is limitted in other Intelij IDEs |
|