Make sure JetBrains Runtime is installed and that JAVA_HOME and PATH are set correctly
git clone https://github.com/simonhochrein/intellij-nes
cd intellij-nes
Common Gradle tasks:
./gradlew :buildPlugin
-- build plugin and create archive atbuild/distributions
which can be installed viaInstall plugin from disk
in IDE Plugin settings./gradlew :runIde
-- build and run development IDE build
This project is developed through IntelliJ IDEA Community. When you open the project a Run Plugin
task should be available to build the plugin and debug it through a development IDE.