Expand description
Canonical feature identifiers shared across feature-flagging and BDD-grid layers.
The constants in this crate are stable across feature-profiles and provide a single source-of-truth to reduce identifier drift between CLI feature toggles, runtime feature projection, and reporting surfaces.
Constantsยง
- DAP_
BREAKPOINTS_ BASIC - DAP breakpoint support feature identifier.
- DAP_
CORE - DAP core feature identifier.
- DAP_
INLINE_ VALUES - DAP inline values feature identifier.
- LSP_
CALL_ HIERARCHY - Call hierarchy feature identifier.
- LSP_
CODE_ ACTION - Code action feature identifier.
- LSP_
CODE_ ACTION_ RESOLVE - Code action resolve feature identifier.
- LSP_
CODE_ LENS - Code lens feature identifier.
- LSP_
CODE_ LENS_ REFRESH - Code lens refresh feature identifier.
- LSP_
CODE_ LENS_ RESOLVE - Code lens resolve feature identifier.
- LSP_
COLOR - Legacy alias retained for compatibility with older clients/tools.
- LSP_
COLOR_ PRESENTATION - Color presentation feature identifier.
- LSP_
COMPLETION - Completion feature identifier.
- LSP_
COMPLETION_ ITEM_ RESOLVE - Completion item resolve feature identifier.
- LSP_
DECLARATION - Declaration feature identifier.
- LSP_
DEFINITION - Definition feature identifier.
- LSP_
DIAGNOSTIC_ REFRESH - Diagnostic refresh feature identifier.
- LSP_
DID_ SAVE - Text document did save feature identifier.
- LSP_
DOCUMENT_ COLOR - Document color feature identifier.
- LSP_
DOCUMENT_ HIGHLIGHT - Document highlight feature identifier.
- LSP_
DOCUMENT_ LINK - Document link feature identifier.
- LSP_
DOCUMENT_ LINK_ RESOLVE - Document link resolve feature identifier.
- LSP_
DOCUMENT_ SYMBOL - Document symbol feature identifier.
- LSP_
EXECUTE_ COMMAND - Execute command feature identifier.
- LSP_
FOLDING_ RANGE - Folding range feature identifier.
- LSP_
FOLDING_ RANGE_ REFRESH - Folding range refresh feature identifier.
- LSP_
FORMATTING - Formatting feature identifier.
- LSP_
HOVER - Hover feature identifier.
- LSP_
IMPLEMENTATION - Implementation feature identifier.
- LSP_
INLAY_ HINT - Inlay hint feature identifier.
- LSP_
INLAY_ HINT_ REFRESH - Inlay hint refresh feature identifier.
- LSP_
INLAY_ HINT_ RESOLVE - Inlay hint resolve feature identifier.
- LSP_
INLINE_ COMPLETION - Inline completion feature identifier.
- LSP_
INLINE_ VALUE - Inline value feature identifier.
- LSP_
INLINE_ VALUES - Inline values/inspection feature identifier.
- LSP_
INLINE_ VALUE_ REFRESH - Inline value refresh feature identifier.
- LSP_
LINKED_ EDITING_ RANGE - Linked editing feature identifier.
- LSP_
LOG_ MESSAGE - Log message feature identifier.
- LSP_
MONIKER - Moniker feature identifier.
- LSP_
NOTEBOOK_ CELL_ EXECUTION - Notebook cell execution feature identifier.
- LSP_
NOTEBOOK_ DOCUMENT_ SYNC - Notebook document sync feature identifier.
- LSP_
ON_ TYPE_ FORMATTING - On-type formatting feature identifier.
- LSP_
PREPARE_ RENAME - Prepare rename feature identifier.
- LSP_
PROGRESS - Progress feature identifier.
- LSP_
PULL_ DIAGNOSTICS - Pull diagnostics feature identifier.
- LSP_
RANGES_ FORMATTING - Formatting ranges feature identifier.
- LSP_
RANGE_ FORMATTING - Range formatting feature identifier.
- LSP_
REFERENCES - Reference search feature identifier.
- LSP_
RENAME - Rename feature identifier.
- LSP_
SELECTION_ RANGE - Selection range feature identifier.
- LSP_
SEMANTIC_ TOKENS - Semantic tokens feature identifier.
- LSP_
SEMANTIC_ TOKENS_ REFRESH - Semantic tokens refresh feature identifier.
- LSP_
SHOW_ MESSAGE - Show message request feature identifier.
- LSP_
SIGNATURE_ HELP - Signature help feature identifier.
- LSP_
TEXT_ DOCUMENT_ SYNC - Text document sync feature identifier.
- LSP_
TYPE_ DEFINITION - Type definition feature identifier.
- LSP_
TYPE_ HIERARCHY - Type hierarchy feature identifier.
- LSP_
WILL_ SAVE - Text document will save feature identifier.
- LSP_
WILL_ SAVE_ WAIT_ UNTIL - willSaveWaitUntil feature identifier.
- LSP_
WORKSPACE_ SYMBOL - Workspace symbol feature identifier.
- LSP_
WORKSPACE_ SYMBOL_ RESOLVE - Workspace symbol resolve feature identifier.
- LSP_
WORK_ DONE_ PROGRESS - Work done progress feature identifier.