Skip to content

Commit ae6d242

Browse files
committed
markdown formatting fix
1 parent 5ba7c1a commit ae6d242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hand-written.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The last planned 2.11.x release will be 2.11.9 in late 2016.
1616
The implementation of tab-completion in the Scala REPL has been rewritten and now uses the same infrastructure as for example ScalaIDE and ENSIME.
1717

1818
There are a number of improvements:
19+
1920
* Reliable completion, also in partial expressions and syntactically incorrect programs: try `class C { def f(l: List[Int]) = l.<TAB>`
2021
* CamelCase completion: try `(l: List[Int]).rro<TAB>`, it expands to `(l: List[Int]).reduceRightOption`
2122
* Show desugarings performed by the compiler by adding `//print`: try `for (x <- 1 to 10) println(x) //print<TAB>`

0 commit comments

Comments
 (0)