File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
You can setup Eclipse by using _ [ Scala IDE for Eclipse] ( http://scala-ide.org/ ) _ directly to run Dotty. Alternatively you can download
10
10
your Eclipse distribution of choice and enable the Scala IDE from the Eclipse Marketplace, separately.
11
11
12
- Assuming you have cloned dotty's repository from Github (and run ` sbt managedSources ` as described in
13
- [ Getting Started] ( getting-started.md ) ) you can now proceed to set up Dotty with Eclipse. In addition to the previous
14
- command you need to run ` sbt eclipse ` to generate the project structure for Eclipse.
12
+ 1 . Clone Dotty's repository from Github (and run ` sbt managedSources ` as described in
13
+ [ Getting Started] ( getting-started.md ) )
14
+ 2 . Generate the Eclipse configuration files:
15
+ ```
16
+ sbt eclipse
17
+ ```
15
18
16
19
- Note: It is recommended to change the default output folder (in `Properties > java
17
20
build path > Source` ) to ` dotty/classes` instead of ` dotty/bin` because
You can’t perform that action at this time.
0 commit comments