dotty.ammonite.compiler

Type members

Classlikes

case class Completion(label: String, description: String, symbols: List[Symbol])

One of the results of a completion query.

One of the results of a completion query.

Value Params
description

The description of this completion result: the fully qualified name for types, or the type for terms.

label

The label of this completion result, or the text that this completion result should insert in the scope where the completion request happened.

symbols

The symbols that are matched by this completion result.

Companion
object
object Completion
Companion
class
case class DirectoryClassPath(dir: File) extends JFileDirectoryLookup[ClassFileEntryImpl] with NoSourcePaths
class WhiteListClasspath(aggregates: Seq[ClassPath], whitelist: Set[Seq[String]]) extends AggregateClassPath