OverrideCompletions

dotty.tools.pc.completions.OverrideCompletions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def contribute(td: TypeDef, completing: Option[Symbol], start: Int, indexedContext: IndexedContext, search: SymbolSearch, config: PresentationCompilerConfig, autoImportsGen: AutoImportsGenerator, fallbackName: Option[String])(using ReportContext): List[CompletionValue]

Value parameters

filterName

A prefix string for filtering, if None no filter

start

The starting point of the completion. For example, starting point is * *override def f| (where | represents the cursor position).

td

A surrounded type definition being complete

Attributes

def implementAllAt(params: OffsetParams, driver: InteractiveDriver, search: SymbolSearch, config: PresentationCompilerConfig)(using ReportContext): List[TextEdit]