summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/interpreter/CompletionTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '57290a1' into topic/merge-2.11.x-to-2.12.x-20161129Jason Zaugg2016-11-291-0/+8
|\
| * Improve performance of REPL autocompletionJason Zaugg2016-11-221-0/+8
* | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-281-1/+12
|/
* Improve presentation compilation of annotationsJason Zaugg2015-09-241-0/+11
* Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-0/+8
* Fix REPL completion of symbolic identifiersJason Zaugg2015-09-101-1/+8
* Fix completion for synthetic case modules and methodsJason Zaugg2015-09-101-2/+8
* Hide some completion candidates on the first TABJason Zaugg2015-09-091-0/+9
* More liberal matching in REPL autocompletionJason Zaugg2015-09-091-0/+9
* Camel Case and JavaBean completionJason Zaugg2015-09-081-0/+11
* Sort completion proposalsJason Zaugg2015-09-031-0/+3
* Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-0/+4
* Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-031-0/+3
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+109