SemanticTokensOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |