Completer

sline.Completer
See theCompleter companion object
trait Completer

Provides completions that the user can tab through

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Strings

Members list

Value members

Abstract methods

def complete(line: String): Iterable[String]

Give a list of possible completions for the current line

Give a list of possible completions for the current line

Attributes