You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,9 @@ able to connect the DevTools web app to an IDE or another DevTools instance for
211
211
212
212
To see the full list of arguments available for either command, please pass the `-h` flag.
213
213
214
-
### DevTools + VS Code integration (IDE-embedded DevTools experience)
214
+
### IDE-embedded DevTools experience
215
+
216
+
#### DevTools + VS Code integration
215
217
216
218
To test the integration with VS Code, you can set up the Dart VS Code extension to run DevTools
217
219
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
244
246
and DevTools will be run from your local source code. After making any code changes to DevTools or the
245
247
server, you will need to re-run the **Developer: Reload Window** command to rebuild and restart the server.
246
248
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
+
247
253
## Testing for DevTools
248
254
249
255
Please see [TESTING.md](TESTING.md) for guidance on running and writing tests.
0 commit comments