105 CodeLite Keyboard Shortcuts

CodeLite shortcuts are popular among developers because they work with various operating systems, including Windows, Linux, macOS, BSD, and Android devices. CodeLite is a cross-platform powerhouse, allowing you to unleash your creativity, with ideas flowing freely. It even helps you avoid IDEs that cause more problems than they solve.

The CodeLite shortcuts list enables developers to work faster and get more done in less time. To enhance your productivity, download the CodeLite shortcuts list in PDF format.

Files Shortcuts

ActionCodeLite Keyboard Shortcuts
New file or projectCtrl + N
Open existing files or projectCtrl + O
Save current fileCtrl + S
Save all filesCtrl + Shift + S
Close current fileCtrl + F4
Close all filesCtrl + Shift + F4
Activate the next open fileCtrl + Tab
Activate the previously open fileCtrl + Shift + Tab

View Shortcuts

ActionCodeLite Shortcuts
Show or hide the Messages paneF2
Show or hide the Management paneShift + F2
Move project upCtrl + Shift + Up Arrow key
Move project downCtrl + Shift + Down Arrow key
Activate priorAlt + F5
Activate nextAlt + F6
Zoom in / outCtrl + Roll Mouse Wheel
Focus editorCtrl + Alt + E

Editor Shortcuts

ActionCodeLite Keyboard Shortcuts
Undo the last actionCtrl + Z
Redo the last actionCtrl + Shift + Z
Cut selected textCtrl + X
Copy selected textCtrl + C
Paste text from the clipboardCtrl + V
Select all textCtrl + A
Swap header or sourceF11
Comment highlighted codeCtrl + Shift + C
Uncomment highlighted codeCtrl + Shift + X
Duplicate line caret is onCtrl + D
Auto-completeCtrl + Spacebar
AbbreviationsCtrl + J
Show call tipCtrl + Shift + Spacebar
Swap line caret is on with line above itCtrl + T
Toggle bookmarkCtrl + B
Goto previous bookmarkAlt + Page Up key
Goto next bookmarkAlt + Page Down key
Toggle current block foldingF12
Toggle all foldsShift + F12
Magnify text sizeCtrl + +
Reduce text sizeCtrl + –
Restore text size to normalCtrl + /
Cycle through recent filesCtrl + Tab
Indents complete FileCtrl + I
Indent blockTab
Dedent blockShift + Tab
Delete to start of wordCtrl + Backspace
Delete to the end of the wordCtrl + Delete
Delete to the start of the lineCtrl + Shift + Backspace
Delete to end of lineCtrl + Shift + Delete
Go to the start of the documentCtrl + Home
Extend selection to the start of the documentCtrl + Shift + Home
Go to the start of the display lineAlt + Home
Extend selection to the start of the display lineAlt + Shift + Home
Go to the end of the documentCtrl + End
Extend selection to the end of the documentCtrl + Shift + End
Go to the end of the display lineAlt + End
Extend selection to the end of the display lineAlt + Shift + End
Expand or contract a fold pointCtrl + *
Create or delete a bookmarkCtrl + F2
Go to the next bookmarkF2
Select the next bookmarkAlt + F2
Find selectionCtrl + F3
Find selection backwardCtrl + Shift + F3
Scroll upCtrl + Up Arrow key
Scroll downCtrl + Down Arrow key
Line-cutCtrl + L
Line copyCtrl + Shift + T
Line deleteCtrl + Shift + L
Line transpose with previousCtrl + T
Line duplicateCtrl + D
Find matching preprocessor conditional, skipping nested onesCtrl + K
Select the matching preprocessor conditionalCtrl + Shift + K
Find matching preprocessor conditional backward, skipping nested onesCtrl + J
Select the matching preprocessor conditional backwardCtrl + Shift + J
Previous paragraph. Shift extends selectionCtrl + [
Next paragraph. Shift extends selectionCtrl + ]
Previous word. Shift extends selectionCtrl + Left Arrow key
Next word. Shift extends selectionCtrl + Right Arrow key
Previous word part. Shift extends selectionCtrl + /
Next word part. Shift extends selectionCtrl + \

Search Shortcuts

ActionCodeLite Shortcuts
FindCtrl + F
Find nextF3
Find PreviousShift + F3
Find in filesCtrl + Shift + F
ReplaceCtrl + R
Replace in filesCtrl + Shift + R
Goto lineCtrl + G
Goto next changed lineCtrl + F3
Goto previous changed lineCtrl + Shift + F3
Goto fileAlt + G
Goto functionCtrl + Alt + G
Goto previous functionCtrl + Page Up key
Goto next functionCtrl + Page Down key
Goto declarationCtrl + Shift + .
Goto implementationCtrl + .
Open include fileCtrl + Alt + .

Debug Shortcuts

ActionCodeLite Shortcuts
DebugF8
Continue debuggingCtrl + F7
Step over a code blockF7
Step into a code blockShift + F7
Step out of a code blockCtrl + Shift + F7
Toggle breakpointF5
Run to cursorF4
Previous errorAlt + F1
Next errorAlt + F2

Build Shortcuts

ActionCodeLite Shortcuts
BuildCtrl + F9
Compile current fileCtrl + Shift + F9
RunCtrl + F10
Build and RunF9
RebuildCtrl + F11

Top paid and free alternatives to CodeLite include Visual Studio Code, Microsoft Visual Studio, Vim, NetBeans, and many others. Evaluate these highly rated IDEs, which offer similar benefits to CodeLite. Empower your team by exploring the shortcut lists for various IDEs to meet your specific needs. You can review Vim Shortcuts and NetBeans Shortcuts.

READ NEXT:

Back to top button