struct LSP::SignatureHelpParams
- LSP::SignatureHelpParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- LSP::Initializer
- LSP::TextDocumentPositionParams
- LSP::WorkDoneProgressParams
Defined in:
requests/language_features/signature_help.crConstructors
Instance Method Summary
-
#context : SignatureHelpContext | Nil
The signature help context.
-
#context=(context : SignatureHelpContext | Nil)
The signature help context.
Instance methods inherited from module LSP::WorkDoneProgressParams
work_done_token : ProgressToken | Nil
work_done_token,
work_done_token=(work_done_token : ProgressToken | Nil)
work_done_token=
Instance methods inherited from module LSP::TextDocumentPositionParams
position : Position
position,
position=(position : Position)
position=,
text_document : TextDocumentIdentifier
text_document,
text_document=(text_document : TextDocumentIdentifier)
text_document=
Constructor methods inherited from module LSP::TextDocumentPositionParams
new(pull : JSON::PullParser)new(**args) new
Constructor Detail
Instance Method Detail
def context : SignatureHelpContext | Nil
#
The signature help context. This is only available if the client specifies
to send this using the client capability textDocument.signatureHelp.contextSupport === true
def context=(context : SignatureHelpContext | Nil)
#
The signature help context. This is only available if the client specifies
to send this using the client capability textDocument.signatureHelp.contextSupport === true