struct LSP::CodeDescription

Included Modules

Defined in:

lsp/protocol/code_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def uri : String #

An URI to open with more information about the diagnostic error.


[View source]
def uri=(uri : String) #

An URI to open with more information about the diagnostic error.


[View source]