Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1348)

Unified Diff: client/idea/readme.md

Issue 2692573003: Update 'working with intellij' readme and commit additional metadata. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/idea/.idea/vcs.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/idea/readme.md
diff --git a/client/idea/readme.md b/client/idea/readme.md
index 5173a00ec0e9c9a9d22f9b5fab68cd2f3cb6f8d1..f46382864910d5885d337fc08f681427a7e338e8 100644
--- a/client/idea/readme.md
+++ b/client/idea/readme.md
@@ -1,5 +1,20 @@
-To open the sdk repo using IntelliJ, you can:
+# Working on the SDK repo using IntelliJ
-- choose `File` > `Open...`, and select the <sdk>/client/idea directory
-- or, from the CLI, type: `idea <sdk>client/idea` (for this to work you need to
- set up an IntelliJ command-line launcher)
+To work on Dart code in the SDK repo, we recommend either IntelliJ Community
+Edition or IntelliJ Ultimate.
+
+## Opening from IntelliJ
+
+To open the sdk repo using IntelliJ, choose `File` > `Open...` and select the
+`<sdk>/client/idea` directory.
+
+## Opening from the command-line
+
+To open from the command-line, type:
+
+```
+idea <sdk>/client/idea
+```
+
+This depends on having previously set up the IntelliJ command-line launcher. To
+do this, from the `Tools` menu, select `Create Command-line Launcher...`.
« no previous file with comments | « client/idea/.idea/vcs.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698