CompletionList

langoustine.lsp.structures.CompletionList
See theCompletionList companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ItemDefaults(commitCharacters: Opt[Vector[String]], editRange: Opt[Range | S0], insertTextFormat: Opt[InsertTextFormat], insertTextMode: Opt[InsertTextMode], data: Opt[Value])

Value parameters

commitCharacters

A default commit character set. since 3.17.0

data

A default data value. since 3.17.0

editRange

A default edit range. since 3.17.0

insertTextFormat

A default insert text format. since 3.17.0

insertTextMode

A default insert text mode. since 3.17.0

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ItemDefaults

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Inherited givens

given reader: Reader[CompletionList]

Attributes

Inherited from:
structures_CompletionListCodec (hidden)
given writer: Writer[CompletionList]

Attributes

Inherited from:
structures_CompletionListCodec (hidden)