File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Contributing to the IntelliJ Mise Plugin
2
2
3
+ Thank you for your interest in contributing to the IntelliJ Mise Plugin!
4
+
3
5
## Running other IDEs for testing
6
+
4
7
As this plugin targets multiple IDEs, when developing you'll want to test against a specific IDE.
5
8
6
9
You can get a list of available tasks for running the plugin in different IDEs by running the following command:
10
+
7
11
``` shell
8
12
./gradlew tasks --group=' intellij platform' | grep -E ' ^run'
9
13
```
10
14
15
+ > [ !NOTE]
16
+ > In many cases, Intellij Ultimates supports other products via plugins. Maybe you just need ` runIntellijIdeaUltimate `
17
+
18
+ After that, you can run the desired IDE by running the following command:
19
+
20
+ ``` shell
21
+ ./gradlew prepareSandbox_runIntellijIdeaUltimate # only for the first time
22
+ ./gradlew runIntellijIdeaUltimate
23
+ ```
24
+
25
+ > [ !NOTE]
26
+ > If you want to use breakpoints for debugging, you can just run the gradle task with IDEA's debug option
27
+
28
+
11
29
> [ !TIP]
12
30
> If you want to test other version of IDEs, you can change the version field in the [ build.gradle.kts] ( ./build.gradle.kts ) file.
You can’t perform that action at this time.
0 commit comments