HintKeybindingsExtensions extension
Convenience extensions so KeyBindings can emit polished hint strings.
- on
Methods
-
toHintsBullets(
PromptTheme theme) → String -
Available on KeyBindings, provided by the HintKeybindingsExtensions extension
Generates a hints bullets string for display. -
toHintsGrid(
PromptTheme theme) → String -
Available on KeyBindings, provided by the HintKeybindingsExtensions extension
Generates a hints grid string for display. -
writeHints(
RenderOutput out, PromptTheme theme, {int? bulletsPerLine}) → void -
Available on KeyBindings, provided by the HintKeybindingsExtensions extension
Writes hints directly to a RenderOutput, handling all hint styles.