🔥 CLion Popular Shortcuts
Master essential CLion shortcuts that dramatically improve C++ development to exponentially enhance code quality and development speed.
TOP 1
Shift+Shift
Search Everywhere
Searches for classes, files, symbols, actions, and more.
🎯 Instantly search for classes, files, symbols, and actions all at once
💡 Hint: Double Shift
TOP 2
Alt+F7
Find Usages
Finds all usages of the selected symbol.
🎯 Fully understand symbol usage to safely perform refactoring
💡 Hint: F7 for usages
TOP 3
Ctrl+B
Go to Declaration
Navigates to the declaration of a symbol.
🎯 Speed up code understanding and navigation by jumping to definitions
💡 Hint: Browse to declaration
TOP 4
Alt+Enter
Show Intention Actions
Shows available quick fixes and improvement suggestions.
🎯 Universal shortcut for instant error fixes and code improvements
💡 Hint: Alt+Enter for suggestions
TOP 5
Shift+F6
Rename
Renames a symbol.
🎯 Safely and reliably rename symbols across the entire project
💡 Hint: Shift+F6 to rename
TOP 6
Ctrl+Alt+L
Reformat Code
Reformats code according to code style settings.
🎯 Unify code style to improve readability and maintainability
💡 Hint: Layout
TOP 7
Alt+Insert
Generate Code
Generates getters, setters, constructors, etc.
🎯 Auto-generate boilerplate code to reduce development time
💡 Hint: Insert to generate
TOP 8
Ctrl+F8
Toggle Breakpoint
Sets or removes a breakpoint on the current line.
🎯 Quickly set debug points to streamline bug investigation
💡 Hint: Ctrl+F8 for breakpoint