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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « client/idea/.idea/vcs.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 To open the sdk repo using IntelliJ, you can: 1 # Working on the SDK repo using IntelliJ
2 2
3 - choose `File` > `Open...`, and select the <sdk>/client/idea directory 3 To work on Dart code in the SDK repo, we recommend either IntelliJ Community
4 - or, from the CLI, type: `idea <sdk>client/idea` (for this to work you need to 4 Edition or IntelliJ Ultimate.
5 set up an IntelliJ command-line launcher) 5
6 ## Opening from IntelliJ
7
8 To open the sdk repo using IntelliJ, choose `File` > `Open...` and select the
9 `<sdk>/client/idea` directory.
10
11 ## Opening from the command-line
12
13 To open from the command-line, type:
14
15 ```
16 idea <sdk>/client/idea
17 ```
18
19 This depends on having previously set up the IntelliJ command-line launcher. To
20 do this, from the `Tools` menu, select `Create Command-line Launcher...`.
OLDNEW
« 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