struct LSP::TextDocumentClientCapabilities::PublishDiagnosticsClientCapabilities

Included Modules

Defined in:

base/capabilities/text_document_client_capabilites.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

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

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def related_information : Bool | Nil #

Whether the clients accepts diagnostics with related information.


[View source]
def related_information=(related_information : Bool | Nil) #

Whether the clients accepts diagnostics with related information.


[View source]
def tag_support : TagSupportValue | Nil #

Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.


[View source]
def tag_support=(tag_support : TagSupportValue | Nil) #

Client supports the tag property to provide meta data about a diagnostic. Clients supporting tags have to handle unknown tags gracefully.


[View source]
def version_support : Bool | Nil #

Whether the client interprets the version property of the textDocument/publishDiagnostics notification's parameter.


[View source]
def version_support=(version_support : Bool | Nil) #

Whether the client interprets the version property of the textDocument/publishDiagnostics notification's parameter.


[View source]