Example: confidence

Windows & Linux keymap

@intellijideaWindows & Linux keymapREMEMBER THESE SHORTCUTSS mart code completionCtrl + Shift + SpaceSearch everywhereDouble Shift Show intention actions and quick-fixesAlt + Enter Generate codeAlt + InsParameter infoCtrl + PExtend selectionCtrl + WShrink selectionCtrl + Shift + WRecent files popupCtrl + ERenameShift + F6 GENERALOpen corresponding tool windowAlt + #[0-9]Save allCtrl + SSynchronizeCtrl + Alt + YToggle maximizing editorCtrl + Shift + F12 Inspect current file with current profileAlt + Shift + IQuick switch current schemeCtrl + BackQuote (`)Open Settings dialogCtrl + Alt + SOpen Project Structure dialogCtrl + Alt + Shift + SFind ActionCtrl + Shift + ADEBUGGINGStep over / intoF8 / F7 Smart step into / Step outShift + F7 / Shift + F8 Run to cursorAlt + F9 Evaluate expressionAlt + F8 Resume programF9 Toggle breakpointCtrl + F8 View breakpointsCtrl + Shift + F8 SEARCH / REPLACES earch everywhereDouble Shift FindCtrl + FFind next / previousF3 / Shift + F3 ReplaceCtrl + RFind in pathCtrl + Shift + FReplace in pathCtrl + Shift + RSelect next occurrenceAlt + JSelect all occurrencesCtrl + Alt + Shift + JUnselect occurrenceAlt + Shift + JEDITINGB asic code completionCtrl + SpaceSmart code complet

Windows & Linux keymap REMEMBER THESE SHORTCUTS Smart code completion Ctrl + Shift + Space Search everywhere Double Shift Show intention actions and quick-fixes Alt + Enter Generate code Alt + Ins Parameter info Ctrl + P Extend selection Ctrl + W Shrink selection Ctrl + Shift + W Recent files popup Ctrl + E

Tags:

  Linux

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Windows & Linux keymap

1 @intellijideaWindows & Linux keymapREMEMBER THESE SHORTCUTSS mart code completionCtrl + Shift + SpaceSearch everywhereDouble Shift Show intention actions and quick-fixesAlt + Enter Generate codeAlt + InsParameter infoCtrl + PExtend selectionCtrl + WShrink selectionCtrl + Shift + WRecent files popupCtrl + ERenameShift + F6 GENERALOpen corresponding tool windowAlt + #[0-9]Save allCtrl + SSynchronizeCtrl + Alt + YToggle maximizing editorCtrl + Shift + F12 Inspect current file with current profileAlt + Shift + IQuick switch current schemeCtrl + BackQuote (`)Open Settings dialogCtrl + Alt + SOpen Project Structure dialogCtrl + Alt + Shift + SFind ActionCtrl + Shift + ADEBUGGINGStep over / intoF8 / F7 Smart step into / Step outShift + F7 / Shift + F8 Run to cursorAlt + F9 Evaluate expressionAlt + F8 Resume programF9 Toggle breakpointCtrl + F8 View breakpointsCtrl + Shift + F8 SEARCH / REPLACES earch everywhereDouble Shift FindCtrl + FFind next / previousF3 / Shift + F3 ReplaceCtrl + RFind in pathCtrl + Shift + FReplace in pathCtrl + Shift + RSelect next occurrenceAlt + JSelect all occurrencesCtrl + Alt + Shift + JUnselect occurrenceAlt + Shift + JEDITINGB asic code completionCtrl + SpaceSmart code completionCtrl + Shift + SpaceComplete statementCtrl + Shift + EnterParameter infoCtrl + PQuick documentation lookupCtrl + QExternal DocShift + F1 Brief InfoCtrl

2 + mouse Show descriptions of error at caretCtrl + F1 Generate + InsertOverride methodsCtrl + OImplement methodsCtrl + ISurround + Alt + TComment / uncomment with line commentCtrl + /Comment / uncomment with block commentCtrl + Shift + /Extend selectionCtrl + WShrink selectionCtrl + Shift + WContext infoAlt + QShow intention actions and quick-fixesAlt + EnterReformat codeCtrl + Alt + LOptimize importsCtrl + Alt + OAuto-indent line(s)Ctrl + Alt + IIndent / unindent selected linesTab / Shift + TabCut current line to clipboardCtrl + X, Shift + DeleteCopy current line to clipboardCtrl + C , Ctrl + Insert Paste from clipboardCtrl + V, Shift + Insert Paste from recent + Shift + V Duplicate current lineCtrl + DDelete line at caretCtrl + YSmart line joinCtrl + Shift + J Smart line splitCtrl + EnterStart new lineShift + EnterToggle case for word at caret or selected blockCtrl + Shift + USelect till code block end / startCtrl + Shift + ]

3 / [Delete to word endCtrl + DeleteDelete to word startCtrl + BackspaceExpand / collapse code blockCtrl + NumPad+ / -Expand alCtrl + Shift + NumPad+Collapse allCtrl + Shift + NumPad-Close active editor tabCtrl + F4 REFACTORINGCopyF5 MoveF6 Safe DeleteAlt + DeleteRenameShift + F6 Refactor thisCtrl + Alt + Shift + TChange SignatureCtrl + F6 InlineCtrl + Alt + NExtract MethodCtrl + Alt + MExtract VariableCtrl + Alt + VExtract FieldCtrl + Alt + FExtract ConstantCtrl + Alt + CExtract ParameterCtrl + Alt + PNAVIGATIONGo to classCtrl + NGo to fileCtrl + Shift + NGo to symbolCtrl + Alt + Shift + NGo to next / previous editor tabAlt + Right / LeftGo back to previous tool windowF12Go to editor (from tool window)EscHide active or last active windowShift + EscGo to lineCtrl + GRecent files popupCtrl + ERecent locations popupCtrl + Shift + ENavigate back / forwardCtrl + Alt + Left / RightNavigate to last edit locationCtrl + Shift + BackspaceSelect current file or symbol in any viewAlt + F1Go to declarationCtrl + B, Ctrl + ClickGo to implementation(s)]

4 Ctrl + Alt + BOpen quick definition lookupCtrl + Shift + IGo to type declarationCtrl + Shift + BGo to super-method / super-classCtrl + UGo to previous / next methodAlt + Up / DownMove to code block end / startCtrl + ] / [File structure popupCtrl + F12 Type hierarchyCtrl + HMethod hierarchyCtrl + Shift + HCall hierarchyCtrl + Alt + HNext / Previous highlighted errorF2 / Shift + F2 Edit source / View sourceF4 / Ctrl + EnterShow navigation barAlt + HomeToggle bookmarkF11 Toggle bookmark with mnemonicCtrl + F11Go to numbered bookmarkCtrl + #[0-9]Show bookmarksShift + F11 COMPILE AND RUNB uild projectCtrl + F9 Compile selected file, package or moduleCtrl + Shift + F9 Select configuration and run / debugAlt + Shift + F10 / F9 Run / DebugShift + F10 / F9 Run context configuration from editorCtrl + Shift + F10 Run anythingDouble CtrlUSAGE SEARCHFind usages / Find usages in fileAlt + F7 / Ctrl + F7 Highlight usages in fileCtrl + Shift + F7 Show usagesCtrl + Alt + F7 VCS / LOCAL HISTORYC ommit project to VCSCtrl + KUpdate project from VCSCtrl + TPush commitsCtrl + Shift + K VCS quick popupAlt + BackQuote (`)

5 LIVE TEMPLATESS urround with Live TemplateCtrl + Alt + JInsert Live TemplateCtrl + @intellijideaDefault macOS keymapREMEMBER THESE SHORTCUTSS mart code completion S p a c eSearch everywhereDouble Show intention actions and quick-fixes Generate code N, Parameter info PExtend selection Shrink selection Recent files popup ERename F6 GENERALOpen corresponding tool window 9 Save all SSynchronize YToggle maximizing editor F 1 2 Inspect current file with current profile IQuick switch current scheme `Open Settings dialog ,Open Project Structure dialog ;Find Action A DEBUGGINGStep over / intoF8 / F7 Smart step into / Step out F 7 / F8 Run to cursor F9 Evaluate expression F8 Resume program RToggle breakpoint F8 View breakpoints F 8 SEARCH / REPLACES earch everywhereDouble Find FFind next / previous G / GReplace RFind in path FReplace in path RSelect next occurrence GSelect all occurrences GUnselect occurrence GEDITINGB asic code completion SpaceSmart code completion S p a c eComplete statement Parameter info PQuick documentation lookup J, F1 External Doc F1 Brief Info + mouse Show descriptions of error at caret F1 Generate N.

6 Override methods OImplement methods ISurround TComment / uncomment with line comment /Comment / uncomment with block comment /Extend selection Shrink selection Context info Q Show intention actions and quick-fixes Reformat code LOptimize imports OAuto-indent line(s) IIndent / unindent selected lines / Cut current line to clipboard XCopy current line to clipboard CPaste from clipboard V Paste from recent V Duplicate current line DDelete line at caret Smart line join JSmart line split Start new line Toggle case for word at caret or selected block USelect till code block end / start [ / ]Delete to word end Delete to word start Expand / collapse code block + / -Expand all +Collapse all -Close active editor tab WREFACTORINGCopyF5 MoveF6 Safe Delete DeleteRename F6 Refactor this TChange Signature F6 Inline NExtract Method MExtract Variable VExtract Field FExtract Constant CExtract Parameter PNAVIGATIONGo to class OGo to file OGo to symbol OGo to next / previous editor tab / Go back to previous tool windowF12Go to editor (from tool window) Hide active or last active window Go to line LRecent files popup ERecent locations popup ENavigate back / forward / Navigate to last edit location Select current file or symbol in any view F1Go to declaration B, ClickGo to implementation(s)

7 BOpen quick definition lookup Space, YGo to type declaration BGo to super-method / super-class UGo to previous / next method / Move to code block end / start [ / ]File structure popup F12 Type hierarchy HMethod hierarchy HCall hierarchy HNext / Previous highlighted errorF2 / F 2 Edit source / View sourceF4 / Show navigation bar HomeToggle bookmarkF3 Toggle bookmark with mnemonic F3Go to numbered bookmark 0 .. 9 Show bookmarks F3 COMPILE AND RUNB uild project F9 Compile selected file, package or module F 9 Select configuration and run / debug R / DRun / Debug R / DRun context configuration from editor R , DRun anythingDouble USAGE SEARCHFind usages / Find usages in file F7 / F7 Highlight usages in file F 7 Show usages F7 VCS / LOCAL HISTORYC ommit project to VCS KUpdate project from VCS TPush commits K VCS quick popup VLIVE TEMPLATESS urround with Live Template JInsert Live Template J


Related search queries