Вы находитесь на странице: 1из 1

Search/Replace Refactoring

Ctrl + F/R Find/Replace Ctrl + Alt + Shift +T Refactor This (shows all available refactorings)
DEFAULT KEYMAP F3 / Shift + F3 Find next/previous F5/F6 Copy/Move
Ctrl + Shift + F/R Find/Replace in path Alt + Delete Safe Delete
Double Shift Search everywhere Shift + F6 Rename
Editing Ctrl + F6 Change Signature
Usage Search Ctrl + Alt + N Inline
Ctrl + Space Basic code completion (the name of any Ctrl + Alt + M Extract Function
class, function or variable) Alt + F7 Find usages Ctrl + Alt + V Introduce Variable
Ctrl + Shift + Space Smart code completion (filters the list of Ctrl + F7 Find usages in file Ctrl + Alt + P Introduce Parameter
functions and variables by expected type) Ctrl +Shift + F7 Highlight usages in file Ctrl + Alt + C Introduce Constant
Ctrl + Shift + Enter Complete statement Ctrl + Alt + F7 Show usages Ctrl + Alt + D Introduce Define
Ctrl + P Show parameters info of the function call
at caret Compile and Run Debugging
Ctrl + Q Quick documentation lookup
Ctrl + mouse over code Brief Info Ctrl + F9 Build Project F8 / F7 Step over/into
Ctrl + F1 Show descriptions of error or warning at caret Shift + F10 Run Shift + F8 Step out
Alt + Insert Generate code... Shift + F9 Debug Alt + F9 Run to cursor
(Getters, Setters, Constructors, Destructors) Alt + Shift + F10 Select configuration and run Alt + F8 Evaluate expression
Ctrl + O Override base class functions in the Alt + Shift + F9 Select configuration and debug F9 Resume program
current class Ctrl + F8 Toggle breakpoint
Ctrl + I Implement functions in the current class Navigation Ctrl + Shift + F8 View breakpoints
Ctrl + Alt + T Surround selected code fragment with if,
while, try/catch, #ifdef or other construct Ctrl + N Go to class VCS/Local History
Ctrl + / Comment/uncomment current line Ctrl + Shift + N Go to file
or selected block with line comments Ctrl + Alt + Shift +N Go to symbol Ctrl + K Commit project to VCS
Ctrl + Shift + / Comment/uncomment code with Alt + Right/Left Go to next/previous editor tab Ctrl + T Update project from VCS
block comments F12 Go back to previous tool window Shift + Alt + C View recent changes
Ctrl + W Select successively increasing code blocks Escape Go to editor (from tool window) Alt + BackQuote (`) VCS’ quick popup
Ctrl + Shift + W Decrease current selection to previous state Shift + Esc Hide active or last active window
Alt + Q Show intention actions and quick-fixes Ctrl + Shift + F4 Close active tool window tab Live Templates
Ctrl + Alt + L Reformat code Ctrl + G Go to line
Ctrl + Alt + O Optimize includes Ctrl + E Recent files popup Ctrl + Alt + J Surround the selection with Live Template
Ctrl + Alt + I Auto-indent line(s) Ctrl + Alt + Right Navigate back Ctrl + J Insert Live Template
Tab / Shift + Tab Indent/Unindent selected lines Ctrl + Alt + Left Navigate forward for Indexed for(;;) loop
Ctrl + X Cut current line or selected block to clipboard Ctrl + Shift + Backspace Navigate to last edit location iter Iterate range (C++11)
Ctrl + C Copy current line or selected block to clipboard Alt + F1 Select the current class or function itit Iterate using begin/end member functions
Ctrl + V Paste from clipboard in any view incboost In CMake include directories with Boost
Ctrl + Shift + V Paste from recent buffers Ctrl + Alt + Home Go to related symbol (header or source file) function In CMake create new function definition
Ctrl + D Duplicate current line or selected block Ctrl + B Go to declaration
Ctrl + Y Delete line at caret Ctrl + Alt + B Go to definition General
Ctrl + Shift + J Smart line join Ctrl + Shift + I Open quick definition lookup
Ctrl + Enter Smart line split Ctrl + U Go to base class/base function Alt + 0 ... Alt + 9 Open corresponding tool window
Shift + Enter Start new line Alt + Up / Alt + Down Go to previous/next function Ctrl + Shift + F12 Hide all tool windows
Ctrl + Shift + U Toggle case for word at caret or selected block Ctrl + ] Move to code block end Alt + Shift + F Add to Favorites
Ctrl + Shift + ]/[ Select till code block end/start Ctrl + [ Move to code block start Alt + Shift + I Inspect current file with current profile
Ctrl + Delete Delete to word end Ctrl + F12 Popup structure of the current file Ctrl + BackQuote (`) Quick switch current scheme
Ctrl + Backspase Delete to word start for quick navigation Ctrl + Alt + S Edit application Settings
Ctrl + NumPad+/- Expand/Collapse code block Ctrl + H Type hierarchy
Ctrl + Alt + NumPad+/- Expand/Collapse all Ctrl + Alt + H Call hierarchy To find any action inside the IDE use Find Action ( Ctrl + Shift + A )
Ctrl + F4 Close active editor tab F2 / Shift + F2 Next/previous highlighted error
Alt + Shift + Click Place the caret in multiple locations F11 Toggle bookmark at the current location
Esc Restore single carret mode Ctrl + F11 Toggle bookmark with mnemonic
Alt + J / Alt + Shift + J Add/delete next occurrence of current word Ctrl + 0 ... Ctrl + 9 Go to numbered bookmark
to the selection Shift + F11 Show list of all bookmarks jetbrains.com/clion blog.jetbrains.com/clion @clion_ide

Вам также может понравиться