-
Fork this project, clone it to your machine
-
Launch IDEA and open the
web-assembly-plugin
directory usingFile -> New -> Project from Existing Sources...
. Select 'Gradle' and accept the default settings. -
At this point you should be ready to go! To launch IDEA with the plugin built from sources use
runIde
Gradle task (from the IDEA UI search for 'Execute Gradle Task' or run./gradlew runIde
from the command line).
The project structure and dependencies are defined in build.gradle.
Useful links
- gradle-intellij-plugin documentation on available Gradle tasks and build.gradle configuration options
- IDEA SDK documentation describes IDEA plugin development in general