Commit 9d076b0
Add "build project" step and misc. improvements (#1055)
* indent code blocks to improve style
This indents the code blocks associated with a given list item so that
they are continuations of the list items.
* fix list ordering to improve style
This converts this list item to a ordered item so that the ordered list
is not broken by the unordered list item.
* group list items related to ScalaTest dependency
This groups the list items related to adding the ScalaTest dependency to
improve readability.
* grammar change
Rather than personifying the document or referring to the author(s) just
state that the tutorial assumes prior knowledge.
* rewrap a few lines
This rewraps a few lines to improve readability.
* add "build project" step
For me, after `sbt` downloads ScalaTest the `CubeCalculatorTest` class
will still have several errors because ScalaTest has not been
compiled/indexed by IntelliJ IDEA so this explicitly adds a
"build project" step to trigger that.
* correctly identify cause of FunSuite and test() not being recognized
When I followed this tutorial I either did it really fast or in the
wrong order and ended up with `FunSuite` and `test()` not being
recognized. I mistakenly thought building the project fixed it but it
turns out I just didn't notice that `sbt` hadn't finished syncing.1 parent 3aab66c commit 9d076b0
File tree
1 file changed
+34
-35
lines changed- getting-started-intellij-track
1 file changed
+34
-35
lines changedLines changed: 34 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
| 71 | + | |
73 | 72 | | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
0 commit comments