Autofill

dotty.tools.pc.completions.CompletionValue.Autofill
case class Autofill(value: String) extends CompletionValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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 insertText: Option[String]

Attributes

Definition Classes
override def label: String

Attributes

Definition Classes

Inherited methods

def additionalEdits: List[TextEdit]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue
def completionData(buildTargetIdentifier: String)(using Context): Option[CompletionItemData]

Attributes

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

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue
def insertMode: Option[InsertTextMode]

Attributes

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

Label with potentially attached description.

Label with potentially attached description.

Attributes

Inherited from:
CompletionValue
def lspTags(using Context): List[CompletionItemTag]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def range: Option[Range]

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
CompletionValue