Skip to content

[cleanup] Fix Contributing doc TOC and list numbers #8105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ Contributing to Flutter Plugin for IntelliJ
* [Contributing to Flutter Plugin for IntelliJ](#contributing-to-flutter-plugin-for-intellij)
* [Contributing code](#contributing-code)
* [Getting started](#getting-started)
* [Setting environments](#setting-environments)
* [Environment set-up](#environment-set-up)
* [IntelliJ set-up](#intellij-set-up)
* [Configure "Project Structure" settings](#configure-project-structure-settings)
* [Configure the Gradle settings](#configure-the-gradle-settings)
* [Build and run the plugin](#build-and-run-the-plugin)
* [Handle symlinks](#handle-symlinks)
* [Provision Tool](#provision-tool)
* [Running plugin tests](#running-plugin-tests)
* [Using test run configurations in IntelliJ](#using-test-run-configurations-in-intellij)
* [Using the plugin tool on the command line](#using-the-plugin-tool-on-the-command-line)
* [Adding platform sources](#adding-platform-sources)
* [Working with Android Studio](#working-with-android-studio)
* [Working with Embedded DevTools (JxBrowser)](#working-with-embedded-devtools-jxbrowser)
* [Flutter DevTools Integration](#flutter-devtools-integration)
* [Working with Embedded DevTools (JxBrowser)](#working-with-embedded-devtools-jxbrowser)
* [Developing with local DevTools](#developing-with-local-devtools)
<!-- TOC -->

## Contributing code
Expand Down Expand Up @@ -176,21 +182,21 @@ name and contact info to the [AUTHORS](AUTHORS) file.
Internal Java Platform: IDEA JBR 21
```

3. Set the SDK for the Project
4. Set the SDK for the Project
- Select "Project Settings > Project"
- Change the "SDK" selection to the **IntelliJ Platform Plugin SDK** you added in step 3.
- When you are done, your settings should look something like:
```
SDK: IntelliJ IDEA Community Edition IC-243.23654.189
```

4. Configure the modules for the Project
5. Configure the modules for the Project
- Select "Project Settings > Modules"
- Select the `flutter-intellij > flutter-idea` module
- Switch to the "Paths" window
- Select the **Inherit project compile output path** option then apply.

5. Change the modules SDK to the Project SDK
6. Change the modules SDK to the Project SDK
- Select "Project Settings > Modules"
- Select all the sub-directories under the `flutter-intellij > flutter-idea` module
- Switch to the "Dependencies" window
Expand Down