class LSProtocol::WorkspaceSymbolOptions
- LSProtocol::WorkspaceSymbolOptions
- Reference
- Object
Overview
Server capabilities for a WorkspaceSymbolRequest
.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(resolve_provider : Bool | Nil = nil, work_done_progress : Bool | Nil = nil)
Instance Method Summary
-
#resolve_provider : Bool | Nil
The server provides support to resolve additional information for a workspace symbol.
- #work_done_progress : Bool | Nil
Constructor Detail
Instance Method Detail
def resolve_provider : Bool | Nil
#
The server provides support to resolve additional information for a workspace symbol.
@since 3.17.0