SemanticTokensOptions Class

Definition

Initialization options for semantic tokens support.

See the Language Server Protocol specification for additional information.

public ref class SemanticTokensOptions
public class SemanticTokensOptions
type SemanticTokensOptions = class
Public Class SemanticTokensOptions
Inheritance
SemanticTokensOptions

Constructors

SemanticTokensOptions()

Properties

Full

Gets or sets whether or not the server supports providing semantic tokens for a full document.

Legend

Gets or sets a legend describing how semantic token types and modifiers are encoded in responses.

Range

Gets or sets a value indicating whether semantic tokens Range provider requests are supported.

WorkDoneProgress

Gets or sets a value indicating whether work done progress is supported.

Applies to