Default triggers
SprintBrain ships with sensible defaults for every expansion mode:
The snippet shortcut prefix and the trigger sequences are configured separately, so you can mix and match to suit your workflow.
Customizing the trigger
Open Settings > Triggers to change any of the following:Shortcut prefix
Shortcut prefix
The character(s) you type directly before a snippet shortcut for instant expansion (e.g.
/hello expands immediately without opening the picker). Choose from /, ::, or ;. The change takes effect the moment you save — no extension restart needed.Snippet trigger sequence
Snippet trigger sequence
The sequence that opens the snippet picker overlay. Must be 1–5 non-whitespace, non-alphanumeric characters. The sequence must not conflict with your prompt trigger sequence.
Prompt trigger sequence
Prompt trigger sequence
The sequence that opens the prompt picker overlay. Defaults to
""". Must be 1–5 non-whitespace, non-alphanumeric characters and must not conflict with your snippet trigger.Activation key
Activation key
The key that confirms your selection in the picker — defaults to Tab for both snippets and prompts. You can set separate activation keys for each if your target sites intercept Tab.
Selection-based suggestions
When you select a word or phrase inside any text field, SprintBrain shows a small floating menu of snippets whose name or content matches your selection. Click a suggestion to replace the selected text with the fully expanded snippet — dynamic fields are filled inline before insertion. You can turn selection suggestions off in Settings > Triggers if you prefer not to see the floating menu.Prompt shortcuts
In addition to the prompt picker trigger, every prompt in your library can have its own dedicated shortcut. Set it in the prompt editor (for example/coderev for a code review prompt). Typing that shortcut + Tab expands the prompt directly into the active field without opening the picker first.
Prompt shortcuts follow the same prefix and activation key as snippet shortcuts — there’s one consistent expansion pattern to learn.