struct LSP::ShowDocumentResult

Overview

The result of an show document request.

Included Modules

Defined in:

lsp/window_features/show_document.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def success : Bool #

A boolean indicating if the show was successful.


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

A boolean indicating if the show was successful.


[View source]