View source
enum abstract SemanticTokenTypes(String)
package languageServerProtocol
import languageServerProtocol.Types
A set of predefined token types. This set is not fixed an clients can specify additional token types via the corresponding client capabilities.
Available since
3.16.0
.Variables
inlineread onlyType:SemanticTokenTypes = "type"
Represents a generic type. Acts as a fallback for types which can't be mapped to a specific type like class or enum.