View source
typedef DocumentSymbolRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Registration options for a DocumentSymbolRequest.
Fields
optionallabel:Null<String>
A human-readable string that is shown when multiple outlines trees are shown for the same document.
Available since
3.16.0
.documentSelector:Null<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.