CompletionList

langoustine.lsp.structures.CompletionClientCapabilities.CompletionList
See theCompletionList companion object
case class CompletionList(itemDefaults: Opt[Vector[String]])

Value parameters

itemDefaults

The client supports the following itemDefaults on a completion list. The value lists the supported property names of the CompletionList.itemDefaults object. If omitted no properties are supported. since 3.17.0

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product