CompletionItemLabelDetails

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.

Since:

3.17.0

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product