CoreIDE keyboard shortcuts

Use Cmd(⌘) key insted of Ctrl key on MacOS

Keyboard shortcutDescription
Ctrl+TSwitch editor tabs
Ctrl+Shift+TSwitch bottom tabs
Ctrl+Shift+OOpen project
Ctrl+Shift+NNavigation in Java code
Ctrl+Shift+BNavigate left in Java code
Ctrl+Shift+MNavigate right in Java code
Ctrl+Shift+RFile finder
Ctrl+Shift+HText finder
Ctrl+Shift+KSearch usage
F4Compile Java code
F2Run
F3Debugg
F5Step into
F6Step over
F7Step out
F8Resume debugger
F9Stop deugger
Ctrl+CCopy
Ctrl+VPaste
Ctrl+XCut
Ctrl+PPrint
Alt+UpMove line up
Alt+DownMove line down
Ctrl+PPrint
Ctrl+FSearch text in editor
Ctrl+Shift+FReplace text in editor
Ctrl+Slash(/)Line comment
Ctrl+Shift+Slash(/)Block comment
Ctrl+ZUndo text change
Ctrl+YRedo text change
Ctrl+Shift+DDuplicate line

Need more help? Please visit the CoreIDE Wiki for more articles. You can also report an issue or request a new feature.