Unclear how to get started with plugin

Answered

I created a new plugin with 

 

New -> New Project -> Intellij Platform Project

 

now I have a new project, with a src folder, but there is nothing in the src folder and no comments/instructions on how to proceed.

What do I add to my src folder? What package names do I use? Do I need a main method? etc

0
3 comments

There should be a readme.md file in the project, when it's created. But there is no readme file. This is pathetic. :(

0

Alexander,
I would suggest you taking a look at the documentation:
https://www.jetbrains.org/intellij/sdk/docs/intro/welcome.html

0

Please sign in to leave a comment.