@@ -5,7 +5,11 @@ 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 )
@@ -176,21 +180,21 @@ name and contact info to the [AUTHORS](AUTHORS) file.
176
180
Internal Java Platform: IDEA JBR 21
177
181
` ` `
178
182
179
- 3 . Set the SDK for the Project
183
+ 4 . Set the SDK for the Project
180
184
- Select " Project Settings > Project"
181
185
- Change the " SDK" selection to the **IntelliJ Platform Plugin SDK** you added in step 3.
182
186
- When you are done, your settings should look something like:
183
187
` ` `
184
188
SDK: IntelliJ IDEA Community Edition IC-243.23654.189
185
189
` ` `
186
190
187
- 4 . Configure the modules for the Project
191
+ 5 . Configure the modules for the Project
188
192
- Select " Project Settings > Modules"
189
193
- Select the ` flutter-intellij > flutter-idea` module
190
194
- Switch to the " Paths" window
191
195
- Select the **Inherit project compile output path** option then apply.
192
196
193
- 5 . Change the modules SDK to the Project SDK
197
+ 6 . Change the modules SDK to the Project SDK
194
198
- Select " Project Settings > Modules"
195
199
- Select all the sub-directories under the ` flutter-intellij > flutter-idea` module
196
200
- Switch to the " Dependencies" window
0 commit comments