SemanticTokensRequestsSetting Class

Definition

Requests client settings for semantic tokens.

See the Language Server Protocol specification for additional information.

public ref class SemanticTokensRequestsSetting
[System.Runtime.Serialization.DataContract]
public class SemanticTokensRequestsSetting
[<System.Runtime.Serialization.DataContract>]
type SemanticTokensRequestsSetting = class
Public Class SemanticTokensRequestsSetting
Inheritance
SemanticTokensRequestsSetting
Attributes

Constructors

SemanticTokensRequestsSetting()

Properties

Full

Gets or sets a value indicating whether the client will send the textDocument/semanticTokens/full request if the server provides a corresponding handler.

Range

Gets or sets a value indicating whether the client will send the textDocument/semanticTokens/range request if the server provides a corresponding handler.

Applies to