← 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

Navigation shortcuts for quickly reaching target code even in complex C++ projects with fast jumps to declarations, definitions, and usages

Shift+Shift
Search Everywhere
Searches for classes, files, symbols, actions, and more.
💡 Hint: Double Shift
🎯 Search all classes, files, and symbols at once to quickly reach your destination
Ctrl+N
Go to Class
Searches for and navigates to a class by name.
💡 Hint: Navigate to class
🎯 Jump directly by class name without getting lost in large projects
Ctrl+B
Go to Declaration
Navigates to the declaration of a symbol.
💡 Hint: Browse to declaration
🎯 Instantly navigate to symbol declarations to deepen code understanding
Ctrl+Alt+B
Go to Implementation
Navigates to the implementation of an interface or class.
💡 Hint: Add Alt for implementation
🎯 Jump directly from interface to implementation to check implementation details
Alt+F7
Find Usages
Finds all usages of the selected symbol.
💡 Hint: F7 for usages
🎯 Identify all symbol usages to confirm refactoring impact
Ctrl+F12
File Structure
Shows the structure of the current file in a popup.
💡 Hint: F12 for structure
🎯 Overview file structure for quick access to methods and variables
Ctrl+E
Recent Files
Shows a list of recently used files.
💡 Hint: Recent
🎯 Instantly switch to recently used files to improve work efficiency
Ctrl+Alt+Left
Navigate Back
Navigates back to the previous cursor position.
💡 Hint: Left arrow to go back
🎯 Return to previous cursor position to trace code exploration history