DocumentSymbolRegistrationOptions

langoustine.lsp.structures$.DocumentSymbolRegistrationOptions
See theDocumentSymbolRegistrationOptions companion object
case class DocumentSymbolRegistrationOptions(documentSelector: Opt[DocumentSelector], label: Opt[String])

Registration options for a DocumentSymbolRequest.

Attributes

documentSelector

A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.

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