Transcript
Page 1: Web view · 2012-05-16IntelliJ IDEA Keyboard Shortcuts (Mac OS X 10.5+ German Laptop Keyboard) Version 1.0 – May, 16 2012Victor VolleCreative Commons Attribution-ShareAlike 3.0

IntelliJ IDEA Keyboard Shortcuts (Mac OS X 10.5+ German Laptop Keyboard)Editing⌃ Space Basic code completion⌃ Space Smart code completion⌃⌥ Space Class name completion⌘↵ Complete statement⌘ P Parameter info⌃ J Quick documentation lookupF1 External Doc⌘+mouse over Brief Info⌘ F1 Show descriptions of error/warning

at caret⌃↵, ⌘ N Generate code...⌃ O Override methods⌃ I Implement methods⌘⌥ T Surround with...⌘ _ Comment/uncomment with line

comment⌘ _ Comment/uncomment with block

comment⌃ Q Context info⌥↵ Show intention actions and quick-

fixes⌘⌥ L Reformat code⌃⌥ O Optimize imports⌃⌥ I Auto-indent line(s)⌘ X Cut current line or selection to

clipboard⌘ V Copy current line or selection to

clipboard⌘ V Paste from recent buffers...⌘ D Duplicate current line or selected

block⌘ Y Delete line at caret⌃ J Smart line join⌘ ↵ Smart line split ↵ Start new line⌘ ß Collapse all⌘↑,⌘↓ Move Statement up/downFind $ Replace⌘ F Find⌘ G Find next⌘ G Find previous⌘ R Replace⌘ F Find in path⌘ R Replace in path⌘⌫⌥⌃↵ Search structurally (Ultimate Edition

only)

⌘⌫⌥⌃↵ Replace structurally (Ultimate Edition only)

⌥ F7 / ⌘ F7 Find usages / Find usages in file⌘ F7 Highlight usages in file⌘⌥ F7 Show usages

Navigation⌘ O Go to class⌘ O Go to file⌘⌥ O Go to symbol⌘ ü, ⌘ + Go to next/previous editor tabF12 Go back to previous tool window⌃ F4 Close active run/messages/find/...

tab⌘ L Go to line⌘ E Recent files popup⌘⌥ →, ⌘⌥← Navigate back, forward⌘ ⌫ Navigate to last edit location⌥ F1 Select current file or symbol in any

view⌘ B or ⌘ click Go to declaration⌘⌥ B Go to implementation(s)⌥ space or ⌘ Y Open quick definition lookup⌃ B Go to type declaration⌘ U Go to super-method/super-class⌃ ↑,⌃↓ Go to previous/next method⌘ [, ⌘ ] Move to code block end/start⌘ F12 File structure popup⌃ H Type hierarchy⌘ H Method hierarchy⌃⌥ H Call hierarchyF2, F2 Next/previous highlighted errorF4, ⌘ ↓ Edit source / View sourceCompile & Run⌘ F9 Make project⌘ F9 Compile selected file, package or

module⌃⌥ R Select configuration and run⌃⌥ D Select configuration and debug⌃ R Run⌃ D Debug⌃ R, ⌃ D Run context configuration from

editorDebuggingF8 Step overF7 Step into F7 Smart step into F8 Step out⌥ F9 Run to cursor⌥ F8 Evaluate expression⌘⌥ F8 Resume program⌘ F8 Toggle breakpoint

Version 1.0 – May, 16 2012 Victor Volle Creative Commons Attribution-ShareAlike 3.0 Germany License

Page 2: Web view · 2012-05-16IntelliJ IDEA Keyboard Shortcuts (Mac OS X 10.5+ German Laptop Keyboard) Version 1.0 – May, 16 2012Victor VolleCreative Commons Attribution-ShareAlike 3.0

IntelliJ IDEA Keyboard Shortcuts (Mac OS X 10.5+ German Laptop Keyboard)⌘ F8 View breakpoints Refactoring

F5 CopyF6 Move⌘ ⌫ Safe Delete F6 Rename⌘ F6 Change Signature⌘⌥ N Inline⌘⌥ M Extract Method⌘⌥ V Introduce Variable⌘⌥ F Introduce Field⌘⌥ C Introduce Constant⌘⌥ P Introduce ParameterVCS/Local History⌘ K Commit project to VCS⌘ T Update project from VCS⌥ C View recent changes⌃ V ‘VCS’ quick popupLive Templates⌘ J Insert Live Template⌘⌥ J Surround With Live TemplateGeneral⌘ A Find Action⌘ 0 .. ⌘ 9 Open corresponding tool window⌘ F12 Toggle maximize editor⌥ I Inspect current file with current

profile⌘ Ö Open project structure dialog

To find any action useFind Action (⌘ A)

⌘ (original Shortcut but displayed incorrectly in IDEA)⌘ (adapted Shortcut)⌘ non working shortcut

Version 1.0 – May, 16 2012 Victor Volle Creative Commons Attribution-ShareAlike 3.0 Germany License