FileSystemMember

dotty.tools.pc.completions.CompletionValue.FileSystemMember
case class FileSystemMember(filename: String, range: Option[Range], isDirectory: Boolean) 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

Attributes

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

Attributes

Inherited from:
CompletionValue

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
CompletionValue