CaseKeyword

dotty.tools.pc.completions.CompletionValue.CaseKeyword
case class CaseKeyword(symbol: Symbol, label: String, insertText: Option[String], additionalEdits: List[TextEdit], range: Option[Range], command: Option[String]) 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

override def completionItemKind(using Context): CompletionItemKind

Attributes

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

Label with potentially attached description.

Label with potentially attached description.

Attributes

Definition Classes

Inherited methods

override def completionData(buildTargetIdentifier: String)(using Context): Option[CompletionItemData]

Attributes

Definition Classes
Inherited from:
Symbolic

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:
Symbolic
override def lspTags(using Context): List[CompletionItemTag]

Attributes

Definition Classes
Inherited from:
Symbolic

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
CompletionValue