CompletionItem

langoustine.lsp.structures$.CompletionRegistrationOptions$.CompletionItem
See theCompletionItem companion object
case class CompletionItem(labelDetailsSupport: Opt[Boolean])

Attributes

labelDetailsSupport

The server has support for completion item label details (see also CompletionItemLabelDetails) when receiving a completion item in a resolve call. 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