class

LSProtocol::WorkspaceSymbolRegistrationOptions

Inherits JSON::Serializable / Reference / Object

Registration options for a WorkspaceSymbolRequest.

Constructors

new(pull : JSON::PullParser)
Source
new(resolve_provider : Bool | Nil = nil, work_done_progress : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

resolve_provider

The server provides support to resolve additional information for a workspace symbol.

@since 3.17.0

Source
work_done_progress
Source