class LSProtocol::ShowDocumentResult

Overview

The result of a showDocument request.

@since 3.16.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(success : Bool | Nil) #

[View source]

Instance Method Detail

def success : Bool #

A boolean indicating if the show was successful.


[View source]