Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1 KB

Contributing to the IntelliJ Mise Plugin

Thank you for your interest in contributing to the IntelliJ Mise Plugin!

Running other IDEs for testing

As this plugin targets multiple IDEs, when developing you'll want to test against a specific IDE.

You can get a list of available tasks for running the plugin in different IDEs by running the following command:

./gradlew tasks --group='intellij platform' | grep -E '^run'

Note

In many cases, Intellij Ultimates supports other products via plugins. Maybe you just need runIntellijIdeaUltimate

After that, you can run the desired IDE by running the following command:

./gradlew prepareSandbox_runIntellijIdeaUltimate # only for the first time
./gradlew runIntellijIdeaUltimate

Note

If you want to use breakpoints for debugging, you can just run the gradle task with IDEA's debug option

Tip

If you want to test other version of IDEs, you can change the version field in the build.gradle.kts file.