DocumentSymbolOptions

langoustine.lsp.structures$.DocumentSymbolOptions
See theDocumentSymbolOptions companion object
case class DocumentSymbolOptions(label: Opt[String], workDoneProgress: Opt[Boolean])

Provider options for a DocumentSymbolRequest.

Attributes

label

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