SemanticTokensRequestsFullSetting Class

Definition

Client settings for semantic tokens related to the textDocument/semanticTokens/full message.

See the Language Server Protocol specification for additional information.

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

Constructors

SemanticTokensRequestsFullSetting()

Properties

Delta

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

Applies to