enum LSP::Protocol::DiagnosticSeverity

Defined in:

lsp/protocol/diagnostic.cr

Enum Members

Error = 1
Warning = 2
Information = 3
Hint = 4

Instance Method Summary

Instance Method Detail

def error? #

[View source]
def hint? #

[View source]
def information? #

[View source]
def warning? #

[View source]