CompletionValue

dotty.tools.pc.completions.CompletionValue
See theCompletionValue companion object
sealed trait CompletionValue

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Autofill
class Document
class IvyImport
class Keyword
trait Symbolic
class CaseKeyword
class Compiler
class Extension
class ExtraMethod
class Interpolator
class NamedArg
class Override
class Scope
class Workspace
Show all

Members list

Value members

Abstract methods

def completionItemKind(using Context): CompletionItemKind
def label: String

Concrete methods

def additionalEdits: List[TextEdit]
def completionData(buildTargetIdentifier: String)(using Context): CompletionItemData
def description(printer: ShortenedTypePrinter)(using Context): String
def insertMode: Option[InsertTextMode]
def labelWithDescription(printer: ShortenedTypePrinter)(using Context): String

Label with potentially attached description.

Label with potentially attached description.

Attributes

def lspTags(using Context): List[CompletionItemTag]
def range: Option[Range]