Symbolic

dotty.tools.pc.completions.CompletionValue.Symbolic
sealed trait Symbolic extends CompletionValue

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CaseKeyword
class Compiler
class Extension
class Interpolator
class NamedArg
class Override
class Scope
class Workspace
Show all

Members list

Value members

Abstract methods

def symbol: Symbol

Concrete methods

override def completionData(buildTargetIdentifier: String)(using Context): CompletionItemData

Attributes

Definition Classes

Attributes

Definition Classes
def completionItemKind(using Context): CompletionItemKind
override def description(printer: ShortenedTypePrinter)(using Context): String

Attributes

Definition Classes
def importSymbol: Symbol
override def labelWithDescription(printer: ShortenedTypePrinter)(using Context): String

Label with potentially attached description.

Label with potentially attached description.

Attributes

Definition Classes
override def lspTags(using Context): List[CompletionItemTag]

Attributes

Definition Classes

Inherited methods

def additionalEdits: List[TextEdit]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue
def insertMode: Option[InsertTextMode]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue
def label: String

Attributes

Inherited from:
CompletionValue
def range: Option[Range]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue