← Back to Shortcut Collections
CLion

CLion

An intelligent IDE for C/C++ development, taking native development to new dimensions with advanced code analysis and CMake integration

Comprehensive shortcuts that maximize C++ development productivity with advanced features like code generation, live templates, and smart completion

Ctrl+Shift+A
Find Action
Search and execute any action in the IDE.
💡 Hint: Action
🎯 Search all IDE actions for instant access to needed features
Ctrl+Space
Basic Code Completion
Shows basic code completion suggestions.
💡 Hint: Space for completion
🎯 Reduce typing with code completion to accelerate coding
Alt+Insert
Generate Code
Generates getters, setters, constructors, etc.
💡 Hint: Insert to generate
🎯 Auto-generate getters, setters, and constructors to reduce boilerplate code
Alt+Enter
Show Intention Actions
Shows available quick fixes and improvement suggestions.
💡 Hint: Alt+Enter for suggestions
🎯 Instantly apply error fixes and code improvement suggestions to enhance quality
Ctrl+Alt+L
Reformat Code
Reformats code according to code style settings.
💡 Hint: Layout
🎯 Auto-format code style to maintain team-wide consistency
Ctrl+Alt+T
Surround With
Surrounds selected code with if, while, try/catch, etc.
💡 Hint: Template to surround
🎯 Surround selected code with if statements or try-catch to quickly change structure
Ctrl+J
Insert Live Template
Inserts a live template.
💡 Hint: Ctrl+J to insert
🎯 Instantly insert common code patterns to improve development speed
Ctrl+W
Extend Selection
Progressively extends the selection.
💡 Hint: Widen
🎯 Progressively extend selection for efficient code editing