CompletionItem

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

Value parameters

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

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