CompletionList

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

Attributes

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

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product