Skip to main content

EncodedToken

Type Alias EncodedToken 

Source
pub type EncodedToken = [u32; 5];
Expand description

LSP semantic token encoding format for client transmission

Represents a semantic token as [deltaLine, deltaStartChar, length, tokenTypeIndex, tokenModBits] following the LSP specification for efficient delta-encoded token streams.