Skip to content

Commit 5a5c19c

Browse files
authored
Add instructions for IntelliJ integration (flutter#9120)
1 parent c0fad1c commit 5a5c19c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ able to connect the DevTools web app to an IDE or another DevTools instance for
211211

212212
To see the full list of arguments available for either command, please pass the `-h` flag.
213213

214-
### DevTools + VS Code integration (IDE-embedded DevTools experience)
214+
### IDE-embedded DevTools experience
215+
216+
#### DevTools + VS Code integration
215217

216218
To test the integration with VS Code, you can set up the Dart VS Code extension to run DevTools
217219
and the server from your local source code. Follow the
@@ -244,6 +246,10 @@ Next, restart VS Code (or run the **Developer: Reload Window** command from the
244246
and DevTools will be run from your local source code. After making any code changes to DevTools or the
245247
server, you will need to re-run the **Developer: Reload Window** command to rebuild and restart the server.
246248

249+
#### DevTools + IntelliJ integration
250+
251+
Follow instructions in the Flutter-IntelliJ repo's `CONTRIBUTING` guide: [#developing-with-local-devtools](https://github.com/flutter/flutter-intellij/blob/master/CONTRIBUTING.md#developing-with-local-devtools)
252+
247253
## Testing for DevTools
248254

249255
Please see [TESTING.md](TESTING.md) for guidance on running and writing tests.

0 commit comments

Comments
 (0)