struct LSP::HoverParams

Included Modules

Defined in:

requests/language_features/hover.cr

Constructors

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

Instance methods inherited from module LSP::WorkDoneProgressParams

work_done_token : ProgressToken? work_done_token, work_done_token=(work_done_token : ProgressToken?) work_done_token=

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(**args) #