Skip to Content
The StudioKeyboard Shortcuts

Keyboard Shortcuts

All keyboard shortcuts available in the Studio IDE. These are also accessible via the command palette (Ctrl+Shift+P) and the Settings panel (gear icon).

ShortcutAction
Ctrl+PQuick Open — search and open files by name
Ctrl+Shift+PCommand Palette — search and execute any IDE command
Ctrl+BToggle File Explorer sidebar
Ctrl+`Toggle Terminal panel
F11Toggle Full Screen mode
Ctrl+WClose the active editor tab

Editing

ShortcutAction
Ctrl+FFind in file — opens the search panel in the current editor
Ctrl+Shift+HFind and Replace (project-wide) — search and replace across all files
Ctrl+DSelect next occurrence — adds a cursor at the next match of the current selection
Ctrl+ZUndo
Ctrl+Shift+ZRedo
TabAccept Ghost Text suggestion (when visible)
EscapeDismiss Ghost Text suggestion / close dialogs

AI features

ShortcutAction
Ctrl+KInline AI Edit — describe a change in natural language, Cendra applies it directly
Ctrl+Shift+RAI Refactor via Cendra — select code first, then describe the change
Ctrl+Shift+TAI Test Generator — generate unit tests for the current file
Ctrl+Shift+FAI Search — open the unified search panel (text, symbol, or AI-powered)
Ctrl+Shift+AAgent Mode — toggle Cendra’s autonomous coding panel
Ctrl+Shift+MBookmarks — toggle the bookmarks panel for quick file+line navigation

Global (app-wide)

ShortcutAction
G XNavigate to The Studio from anywhere in the app
Ctrl+KOpen the global search bar (when not in the editor)

Command palette commands

The command palette (Ctrl+Shift+P) provides access to all IDE actions. Type > to search commands, or just type to search files.

CommandCategory
Toggle Full ScreenView
Toggle File ExplorerView
Toggle TerminalView
Hide Right PanelView
Source Control: Show Git PanelGit
Git: Create BranchGit
Git: Switch BranchGit
Git: StatusGit
Git: PullGit
Git: PushGit
Git: Stash AllGit
Git: File HistoryGit
Git: Branch CompareGit
Git: Cherry-pick CommitGit
Git: Revert CommitGit
Show Cendra AI PanelAI
Show AI Code Lens PanelAI
Start Agent ModeAI
AI Refactor via CendraAI
Inline AI EditAI
Generate Tests for Current FileAI
Generate DocumentationAI
Search in ProjectSearch
Search: Text SearchSearch
Search: AI-Powered SearchSearch
Find & Replace (Project)Search
Find in FileEditor
Close Active TabEditor
Close All TabsEditor
Show File History (Time Travel)Editor
Open SettingsEditor
Open Recent FilesEditor
Toggle BookmarksEditor
Save All DraftsEditor
Discard All ChangesEditor
Last updated on