Scope

dotty.tools.pc.completions.CompletionValue.Scope
case class Scope(label: String, symbol: Symbol, snippetSuffix: CompletionSuffix) extends Symbolic

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Symbolic
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

def additionalEdits: List[TextEdit]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue
override def completionData(buildTargetIdentifier: String)(using Context): CompletionItemData

Attributes

Definition Classes
Inherited from:
Symbolic
def completionItemKind(using Context): CompletionItemKind

Attributes

Inherited from:
Symbolic
override def description(printer: ShortenedTypePrinter)(using Context): String

Attributes

Definition Classes
Inherited from:
Symbolic

Attributes

Inherited from:
CompletionValue
def importSymbol: Symbol

Attributes

Inherited from:
Symbolic
def insertMode: Option[InsertTextMode]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
Symbolic
override def labelWithDescription(printer: ShortenedTypePrinter)(using Context): String

Label with potentially attached description.

Label with potentially attached description.

Attributes

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

Attributes

Definition Classes
Inherited from:
Symbolic

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def range: Option[Range]

Attributes

Inherited from:
CompletionValue