struct

LSP::ShowDocumentClientCapabilities

Inherits JSON::Serializable < Struct < Value < Object

Client capabilities for the show document request.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

support

The client has support for the show document request.

Source
support=(support : Bool)

The client has support for the show document request.

Source