dotty.tools.pc.completions
package dotty.tools.pc.completions
Members list
Type members
Classlikes
object AmmoniteFileCompletions
Attributes
- Supertypes
- Self type
object AmmoniteIvyCompletions
Attributes
- Supertypes
- Self type
object CaseKeywordCompletion
Attributes
- Supertypes
- Self type
Value parameters
- prefixes
-
which we should insert
- snippet
-
which suffix should we insert the snippet $0
- suffixes
-
which we should insert
Attributes
- Companion
- object
- Supertypes
object CompletionAffix
Attributes
- Companion
- class
- Supertypes
- Self type
-
CompletionAffix.type
case class CompletionPos(queryStart: Int, identEnd: Int, query: String, originalCursorPosition: SourcePosition, sourceUri: URI)
Attributes
- Companion
- object
- Supertypes
object CompletionPos
Attributes
- Companion
- class
- Supertypes
- Self type
-
CompletionPos.type
class CompletionProvider(search: SymbolSearch, driver: InteractiveDriver, params: OffsetParams, config: PresentationCompilerConfig, buildTargetIdentifier: String, folderPath: Option[Path], referenceCounter: CompletionItemPriority)(using reports: ReportContext)
Attributes
- Supertypes
enum CompletionSource
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class Autofillclass Documentclass FileSystemMemberclass IvyImportclass Keywordclass MatchCompletionclass SingletonValuetrait Symbolicclass CaseKeywordclass Compilerclass Extensionclass ExtraMethodclass ImplicitClassclass Interpolatorclass NamedArgclass Overrideclass Scopeclass WorkspaceShow all
object CompletionValue
Attributes
- Companion
- trait
- Supertypes
- Self type
-
CompletionValue.type
class CompletionValueGenerator(completionPos: CompletionPos, clientSupportsSnippets: Boolean, patternOnly: Option[String], hasBind: Boolean)
Attributes
- Supertypes
class Completions(text: String, ctx: Context, search: SymbolSearch, buildTargetIdentifier: String, completionPos: CompletionPos, indexedContext: IndexedContext, path: List[Tree], adjustedPath: List[Tree], config: PresentationCompilerConfig, workspace: Option[Path], autoImports: AutoImportsGenerator, comments: List[Comment], options: List[String], completionItemPriority: CompletionItemPriority)(using x$15: ReportContext)
Attributes
- Supertypes
object FilenameCompletions
Attributes
- Supertypes
- Self type
-
FilenameCompletions.type
Attributes
- Supertypes
object InterCompletionType
Attributes
- Supertypes
- Self type
-
InterCompletionType.type
object InterpolatorCompletions
Attributes
- Supertypes
- Self type
case class JustSymbol(symbol: Symbol)(using x$2: Context) extends ParamSymbol
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParamSymbolclass Objecttrait Matchableclass AnyShow all
object KeywordsCompletions
Attributes
- Supertypes
- Self type
-
KeywordsCompletions.type
Attributes
- Supertypes
object MultilineCommentCompletion
Attributes
- Supertypes
- Self type
object NamedArgCompletions
Attributes
- Supertypes
- Self type
-
NamedArgCompletions.type
Attributes
- Supertypes
object OverrideCompletions
Attributes
- Supertypes
- Self type
-
OverrideCompletions.type
Attributes
- Supertypes
- Known subtypes
-
class JustSymbolclass RefinedSymbol
enum PrefixKind
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class RefinedSymbol(symbol: Symbol, name: Name, info: Type) extends ParamSymbol
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ParamSymbolclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
object ScaladocCompletions
Attributes
- Supertypes
- Self type
-
ScaladocCompletions.type
object SingletonCompletions
Attributes
- Supertypes
- Self type
-
SingletonCompletions.type
enum SuffixKind
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article