summaryrefslogtreecommitdiff
path: root/src/repl/scala/tools/nsc/interpreter/PresentationCompilerCompleter.scala
Commit message (Expand)AuthorAgeFilesLines
* Support completion in erroneous string interpolation.Jason Zaugg2015-09-241-1/+1
* Remove used param and document positionDeltaJason Zaugg2015-09-211-2/+2
* Hide some completion candidates on the first TABJason Zaugg2015-09-091-4/+15
* Camel Case and JavaBean completionJason Zaugg2015-09-081-7/+16
* Sort completion proposalsJason Zaugg2015-09-031-1/+1
* Don't offer `asInstanceOf` et al as completions in a fresh REPLJason Zaugg2015-09-031-1/+3
* Add the prefix the autocompletion results (Scope-, TypeMember)Jason Zaugg2015-09-031-8/+7
* Use the presentation compiler to drive REPL tab completionJason Zaugg2015-09-021-0/+118