struct LSP::SemanticTokensOptions

Included Modules

Defined in:

base/capabilities/server_capabilities.cr

Constructors

Instance Method Summary

Instance methods inherited from module LSP::WorkDoneProgressOptions

work_done_progress : Bool | Nil work_done_progress, work_done_progress=(work_done_progress : Bool | Nil) work_done_progress=

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 full : Bool | Nil #

Whether the server supports full document requests. The object form ({ delta: true }) is not modelled.


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

Whether the server supports full document requests. The object form ({ delta: true }) is not modelled.


[View source]
def legend : SemanticTokensLegend #

The legend describing the tokens the server emits.


[View source]
def legend=(legend : SemanticTokensLegend) #

The legend describing the tokens the server emits.


[View source]
def range : Bool | Nil #

Whether the server supports range requests. The object form ({ }) is not modelled.


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

Whether the server supports range requests. The object form ({ }) is not modelled.


[View source]