enum

LSP::Protocol::InsertTextFormat

Inherits Enum / Comparable / Value / Object

Constants

PlainText = 1
Snippet = 2

Instance methods

plain_text?

Returns true if this enum value equals PlainText

Source
snippet?

Returns true if this enum value equals Snippet

Source