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