@@ -5,15 +5,21 @@ Contributing to Flutter Plugin for IntelliJ
5
5
* [ Contributing to Flutter Plugin for IntelliJ] ( #contributing-to-flutter-plugin-for-intellij )
6
6
* [ Contributing code] ( #contributing-code )
7
7
* [ Getting started] ( #getting-started )
8
- * [ Setting environments] ( #setting-environments )
8
+ * [ Environment set-up] ( #environment-set-up )
9
+ * [ IntelliJ set-up] ( #intellij-set-up )
10
+ * [ Configure "Project Structure" settings] ( #configure-project-structure-settings )
11
+ * [ Configure the Gradle settings] ( #configure-the-gradle-settings )
12
+ * [ Build and run the plugin] ( #build-and-run-the-plugin )
9
13
* [ Handle symlinks] ( #handle-symlinks )
10
14
* [ Provision Tool] ( #provision-tool )
11
15
* [ Running plugin tests] ( #running-plugin-tests )
12
16
* [ Using test run configurations in IntelliJ] ( #using-test-run-configurations-in-intellij )
13
17
* [ Using the plugin tool on the command line] ( #using-the-plugin-tool-on-the-command-line )
14
18
* [ Adding platform sources] ( #adding-platform-sources )
15
19
* [ Working with Android Studio] ( #working-with-android-studio )
16
- * [ Working with Embedded DevTools (JxBrowser)] ( #working-with-embedded-devtools-jxbrowser )
20
+ * [ Flutter DevTools Integration] ( #flutter-devtools-integration )
21
+ * [ Working with Embedded DevTools (JxBrowser)] ( #working-with-embedded-devtools-jxbrowser )
22
+ * [ Developing with local DevTools] ( #developing-with-local-devtools )
17
23
<!-- TOC -->
18
24
19
25
## Contributing code
@@ -176,21 +182,21 @@ name and contact info to the [AUTHORS](AUTHORS) file.
176
182
Internal Java Platform: IDEA JBR 21
177
183
` ` `
178
184
179
- 3 . Set the SDK for the Project
185
+ 4 . Set the SDK for the Project
180
186
- Select " Project Settings > Project"
181
187
- Change the " SDK" selection to the **IntelliJ Platform Plugin SDK** you added in step 3.
182
188
- When you are done, your settings should look something like:
183
189
` ` `
184
190
SDK: IntelliJ IDEA Community Edition IC-243.23654.189
185
191
` ` `
186
192
187
- 4 . Configure the modules for the Project
193
+ 5 . Configure the modules for the Project
188
194
- Select " Project Settings > Modules"
189
195
- Select the ` flutter-intellij > flutter-idea` module
190
196
- Switch to the " Paths" window
191
197
- Select the **Inherit project compile output path** option then apply.
192
198
193
- 5 . Change the modules SDK to the Project SDK
199
+ 6 . Change the modules SDK to the Project SDK
194
200
- Select " Project Settings > Modules"
195
201
- Select all the sub-directories under the ` flutter-intellij > flutter-idea` module
196
202
- Switch to the " Dependencies" window
0 commit comments