We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba7c1a commit ae6d242Copy full SHA for ae6d242
hand-written.md
@@ -16,6 +16,7 @@ The last planned 2.11.x release will be 2.11.9 in late 2016.
16
The implementation of tab-completion in the Scala REPL has been rewritten and now uses the same infrastructure as for example ScalaIDE and ENSIME.
17
18
There are a number of improvements:
19
+
20
* Reliable completion, also in partial expressions and syntactically incorrect programs: try `class C { def f(l: List[Int]) = l.<TAB>`
21
* CamelCase completion: try `(l: List[Int]).rro<TAB>`, it expands to `(l: List[Int]).reduceRightOption`
22
* Show desugarings performed by the compiler by adding `//print`: try `for (x <- 1 to 10) println(x) //print<TAB>`
0 commit comments