DocumentSymbolOptions

case class DocumentSymbolOptions(label: Opt[String], workDoneProgress: Opt[Boolean])

Provider options for a DocumentSymbolRequest.

Value parameters:
label

A human-readable string that is shown when multiple outlines trees are shown for the same document. since 3.16.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