struct LSP::ShowDocumentClientCapabilities

Overview

Client capabilities for the show document request.

Included Modules

Defined in:

lsp/capabilities/show_document_client_capabilities.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def support : Bool #

The client has support for the show document request.


[View source]
def support=(support : Bool) #

The client has support for the show document request.


[View source]