CompletionItemLabelDetails

langoustine.lsp.structures.CompletionItemLabelDetails
See theCompletionItemLabelDetails companion object
case class CompletionItemLabelDetails(detail: Opt[String], description: Opt[String])

Additional details for a completion item label.

Value parameters

description

An optional string which is rendered less prominently after [[CompletionItem.detail]]. Should be used for fully qualified names and file paths.

detail

An optional string which is rendered less prominently directly after [[CompletionItem.label label]], without any spacing. Should be used for function signatures and type annotations.

Attributes

Since

3.17.0

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