Skip to content

Commit 5dcab7c

Browse files
committed
📝 Fix CONTRIBUTING
1 parent 57e733c commit 5dcab7c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Contributing to Flutter Plugin for IntelliJ
55
* [Contributing to Flutter Plugin for IntelliJ](#contributing-to-flutter-plugin-for-intellij)
66
* [Contributing code](#contributing-code)
77
* [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)
913
* [Handle symlinks](#handle-symlinks)
1014
* [Provision Tool](#provision-tool)
1115
* [Running plugin tests](#running-plugin-tests)
@@ -176,21 +180,21 @@ name and contact info to the [AUTHORS](AUTHORS) file.
176180
Internal Java Platform: IDEA JBR 21
177181
```
178182
179-
3. Set the SDK for the Project
183+
4. Set the SDK for the Project
180184
- Select "Project Settings > Project"
181185
- Change the "SDK" selection to the **IntelliJ Platform Plugin SDK** you added in step 3.
182186
- When you are done, your settings should look something like:
183187
```
184188
SDK: IntelliJ IDEA Community Edition IC-243.23654.189
185189
```
186190
187-
4. Configure the modules for the Project
191+
5. Configure the modules for the Project
188192
- Select "Project Settings > Modules"
189193
- Select the `flutter-intellij > flutter-idea` module
190194
- Switch to the "Paths" window
191195
- Select the **Inherit project compile output path** option then apply.
192196
193-
5. Change the modules SDK to the Project SDK
197+
6. Change the modules SDK to the Project SDK
194198
- Select "Project Settings > Modules"
195199
- Select all the sub-directories under the `flutter-intellij > flutter-idea` module
196200
- Switch to the "Dependencies" window

0 commit comments

Comments
 (0)