← 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

Shortcuts that dramatically streamline C++ development with C++-specific completion, header switching, and CMake integration features

Ctrl+Alt+Home
Go to Related Symbol
Switches between header and source files.
💡 Hint: Home for related file
🎯 Instantly switch between header and source files to streamline C++ development
Ctrl+O
Override Methods
Overrides methods from the base class.
💡 Hint: Override
🎯 Accurately override base class methods to implement inheritance
Ctrl+I
Implement Methods
Implements interface or abstract methods.
💡 Hint: Implement
🎯 Auto-implement interface or abstract methods to reduce coding time
Ctrl+Alt+D
Extract Typedef
Creates a typedef from selected type.
💡 Hint: Typedef
🎯 Extract complex type definitions to improve code readability
Ctrl+Alt+O
Optimize Imports
Removes unused includes and organizes them.
💡 Hint: Optimize
🎯 Remove unnecessary includes to optimize compilation time
Ctrl+F9
Build Project
Builds the project.
💡 Hint: Ctrl+F9 to build
🎯 Build entire project to detect compilation errors early