Completions

dotty.tools.pc.completions.Completions
class Completions(pos: SourcePosition, text: String, ctx: Context, search: SymbolSearch, buildTargetIdentifier: String, completionPos: CompletionPos, indexedContext: IndexedContext, path: List[Tree], config: PresentationCompilerConfig, workspace: Option[Path], autoImports: AutoImportsGenerator, comments: List[Comment], options: List[String])(using x$14: ReportContext)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
enum CursorPos

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def completionsWithSuffix(sym: Symbol, label: String, toCompletionValue: (String, Symbol, CompletionSuffix) => CompletionValue): List[CompletionValue]
def isWorksheetIvyCompletionPosition(tree: Tree, pos: SourcePosition): Boolean

Concrete fields

Extensions

Extensions

extension (l: List[CompletionValue])
def filterInteresting(qualType: Type, enrich: Boolean): (List[CompletionValue], Result)
extension (s: SrcPos)
def isAfter(s1: SrcPos): Boolean
extension (sym: Symbol)

Implicits

Implicits

implicit val context: Context