Skip to content

Keybindings

ArcaneIDE is built on Eclipse Theia and inherits VS Code-compatible keybindings by default.

ActionmacOSWindows/Linux
Command PaletteCmd+Shift+PCtrl+Shift+P
Quick Open (files)Cmd+PCtrl+P
SaveCmd+SCtrl+S
Find in fileCmd+FCtrl+F
Find and ReplaceCmd+HCtrl+H
Toggle TerminalCmd+`Ctrl+`
Go to DefinitionF12F12
Find ReferencesShift+F12Shift+F12
Go to SymbolCmd+Shift+OCtrl+Shift+O

These shortcuts send commands directly to the connected Unity Editor via IPC.

ActionShortcut
PlayCtrl+Shift+F5
PauseCtrl+Shift+F6
StopCtrl+Shift+F10
Step frameCtrl+Shift+F11

The Unity toolbar buttons in the top bar do the same thing if you prefer clicking.

Open the Command Palette and search for “Open Keyboard Shortcuts” to browse and remap any shortcut.