Documentation

Keyboard Shortcuts

All CodeSentinel keyboard shortcuts for VS Code.

CodeSentinel registers the following default key bindings. All shortcuts can be remapped in VS Code's Keyboard Shortcuts editor (⌘ K ⌘ S).

Default bindings

Action

macOS

Windows / Linux

Scan current file

⌘ ⇧ S

Ctrl Shift S

Apply AI fix

⌘ .

Ctrl .

Next issue in file

F8

F8

Previous issue in file

⇧ F8

Shift F8

Open Issues panel

⌘ ⇧ P → CodeSentinel

Ctrl Shift P → CodeSentinel

Ignore issue at cursor

⌘ ⇧ I

Ctrl Shift I

Toggle inline decorations

⌘ ⇧ D

Ctrl Shift D

Remapping shortcuts

Open ⌘ K ⌘ S, search for *codesentinel*, and click the pencil icon next to any binding to reassign it.

json

// keybindings.json — example remap
[
  {
    "key": "ctrl+alt+s",
    "command": "codesentinel.scanFile",
    "when": "editorFocus"
  }
]