Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
[![integration tests](https://github.com/flutter/dart-intellij-third-party/actions/workflows/integration_tests.yaml/badge.svg?label=integration%20tests)](https://github.com/flutter/dart-intellij-third-party/actions/workflows/integration_tests.yaml)


## Installing Dev Builds
Comment thread
helin24 marked this conversation as resolved.

To receive development builds of the Dart plugin in IntelliJ IDEA:

1. Open **Settings** (or **Preferences** on macOS) in IntelliJ IDEA.
2. Go to **Plugins**.
3. Click the ⚙️ (**Gear icon**) at the top of the Plugins panel and select **Manage Plugin Repositories...**.
4. Click **+** and add the dev channel repository URL:
```text
https://plugins.jetbrains.com/plugins/dev/6351
```
5. Click **OK**. The IDE will now check for and install updates from the `dev` channel.


## Development setup

1. Clone this repository with
Expand Down
1 change: 1 addition & 0 deletions third_party/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Added
- Retrieving diagnostics server with JetBrains LSP (#493)
- Documenting the process for installing dev builds (#544)

### Changed

Expand Down
Loading