enum LSP::DiagnosticTag

Defined in:

lsp/protocol/diagnostic_tag.cr

Enum Members

Unnecessary = 1

Unused or unnecessary code.

Clients are allowed to render diagnostics with this tag faded out instead of having an error squiggle.

Deprecated = 2

Deprecated or obsolete code.

Clients are allowed to rendered diagnostics with this tag strike through.

Instance Method Summary

Instance Method Detail

def deprecated? #

[View source]
def unnecessary? #

[View source]