Enum SemanticTokenModifier
Represents a semantic token modifier.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public enum SemanticTokenModifier
Fields
| Name | Description |
|---|---|
| Abstract | For types and member functions that are abstract. |
| Async | For functions that are marked async. |
| Declaration | For declarations of symbols. |
| DefaultLibrary | For symbols that are part of the standard library. |
| Definition | For definitions of symbols, for example, in header files. |
| Deprecated | For symbols that should no longer be used. |
| Documentation | For occurrences of symbols in documentation. |
| Modification | For variable references where the variable is assigned to. |
| Readonly | For readonly variables and member fields (constants). |
| Static | For class members (static members). |