SlideShare una empresa de Scribd logo
1 de 1
Descargar para leer sin conexión
Editing
Ctrl + Space	
	
Ctrl + Shift + Space	
	
Ctrl + Shift + Enter	
Ctrl + P	
Ctrl + Q	
Shift + F1	
Ctrl + mouse over code	
Ctrl + F1	
Alt + Insert	
	
Ctrl + O	
Ctrl + I	
Ctrl + Alt + T	
	
Ctrl + /	
Ctrl + Shift + /	
Ctrl + W	
Ctrl + Shift + W	
Alt + Q	
Alt + Enter	
Ctrl + Alt + L	
Ctrl + Alt + O	
Ctrl + Alt + I	
Tab / Shift + Tab	
Ctrl + X or Shift + Delete	
Ctrl + C or Ctrl + Insert	
Ctrl + V or Shift + Insert	
Ctrl + Shift + V	
Ctrl + D	
Ctrl + Y	
Ctrl + Shift + J	
Ctrl + Enter	
Shift + Enter	
Ctrl + Shift + U	
Ctrl + Shift + ] / [	
Ctrl + Delete	
Ctrl + Backspace	
Ctrl + NumPad+/-	
Ctrl + Shift + NumPad+	
Ctrl + Shift + NumPad-	
Ctrl + F4	

Usage Search
Basic code completion (the name of any class, 	
method or variable)
Smart code completion (filters the list of methods 	
and variables by expected type)
Complete statement
Parameter info (within method call arguments)
Quick documentation lookup
External Doc
Brief Info
Show descriptions of error or warning at caret
Generate code... (Getters, Setters, Constructors, 	
hashCode/equals, toString)
Override methods
Implement methods
Surround with… (if..else, try..catch, for, 		
synchronized, etc.)
Comment/uncomment with line comment
Comment/uncomment with block comment
Select successively increasing code blocks
Decrease current selection to previous state
Context info
Show intention actions and quick-fixes
Reformat code
Optimize imports
Auto-indent line(s)
Indent/unindent selected lines
Cut current line or selected block to clipboard
Copy current line or selected block to clipboard
Paste from clipboard
Paste from recent buffers...
Duplicate current line or selected block
Delete line at caret
Smart line join
Smart line split
Start new line
Toggle case for word at caret or selected block
Select 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

Search/Replace
Double Shift 	
Ctrl + F	
F3	
Shift + F3	
Ctrl + R	
Ctrl + Shift + F	
Ctrl + Shift + R	
Ctrl + Shift + S	
Ctrl + Shift + M	

IntelliJ IDEA Default Keymap

Search everywhere
Find
Find next
Find previous
Replace
Find in path
Replace in path
Search structurally (Ultimate Edition only)
Replace structurally (Ultimate Edition only)

www.jetbrains.com/idea

Alt + F7 / Ctrl + F7	
Ctrl + Shift + F7	
Ctrl + Alt + F7	

Refactoring
Find usages / Find usages in file
Highlight usages in file
Show usages

Compile and Run
Ctrl + F9	
Ctrl + Shift + F9	
Alt + Shift + F10	
Alt + Shift + F9	
Shift + F10	
Shift + F9	
Ctrl + Shift + F10	

Make project (compile modifed and dependent)
Compile selected file, package or module
Select configuration and run
Select configuration and debug
Run
Debug
Run context configuration from editor

Debugging
F8	
F7	
Shift + F7 	
Shift + F8	
Alt + F9	
Alt + F8	
F9	
Ctrl + F8	
Ctrl + Shift + F8	

Step over
Step into
Smart step into
Step out
Run to cursor
Evaluate expression
Resume program
Toggle breakpoint
View breakpoints

Navigation
Ctrl + N	
Ctrl + Shift + N	
Ctrl + Alt + Shift + N	
Alt + Right/Left	
F12	
Esc	
Shift + Esc	
Ctrl + Shift + F4	
Ctrl + G	
Ctrl + E	
Ctrl + Alt + Left/Right	
Ctrl + Shift + Backspace	
Alt + F1	
Ctrl + B or Ctrl + Click	
Ctrl + Alt + B	
Ctrl + Shift + I	
Ctrl + Shift + B	
Ctrl + U	
Alt + Up/Down	
Ctrl + ] / [	
Ctrl + F12	
Ctrl + H	
Ctrl + Shift + H	
Ctrl + Alt + H	
F2 / Shift + F2	
F4 / Ctrl + Enter	
Alt + Home	
F11	
Ctrl + F11	
Ctrl + #[0-9]	
Shift + F11	

IntelliJ IDEA Default Keymap

Go to class
Go to file
Go to symbol
Go to next/previous editor tab
Go back to previous tool window
Go to editor (from tool window)
Hide active or last active window
Close active run/messages/find/... tab
Go to line
Recent files popup
Navigate back/forward
Navigate to last edit location
Select current file or symbol in any view
Go to declaration
Go to implementation(s)
Open quick definition lookup
Go to type declaration
Go to super-method/super-class
Go to previous/next method
Move to code block end/start
File structure popup
Type hierarchy
Method hierarchy
Call hierarchy
Next/previous highlighted error
Edit source / View source
Show navigation bar
Toggle bookmark
Toggle bookmark with mnemonic
Go to numbered bookmark
Show bookmarks

blogs.jetbrains.com/idea

F5	
Copy
F6	
Move
Alt + Delete	
Safe Delete
Shift + F6	
Rename
Ctrl + F6	
Change Signature
Ctrl + Alt + N	Inline
Ctrl + Alt + M	
Extract Method
Ctrl + Alt + V	
Extract Variable
Ctrl + Alt + F	
Extract Field
Ctrl + Alt + C	
Extract Constant
Ctrl + Alt + P	
Extract Parameter

VCS/Local History
Ctrl + K	
Ctrl + T	
Alt + Shift + C	
Alt + BackQuote (`)	

Commit project to VCS
Update project from VCS
View recent changes
‘VCS’ quick popup

Live Templates
Ctrl + Alt + J	
Ctrl + J	
iter	
inst	
itco	
itit	
itli	
psf	
thr	

Surround with Live Template
Insert Live Template
Iteration according to Java SDK 1.5 style
Check object type with instanceof and downcast it
Iterate elements of java.util.Collection
Iterate elements of java.util.Iterator
Iterate elements of java.util.List
public static final
throw new

General
Alt + #[0-9]	
Ctrl + S	
Ctrl + Alt + Y	
Ctrl + Shift + F12	
Alt + Shift + F	
Alt + Shift + I	
Ctrl + BackQuote (`)	
Ctrl + Alt + S	
Ctrl + Alt + Shift + S	
Ctrl + Shift + A	
Ctrl + Tab	

Open corresponding tool window
Save all
Synchronize
Toggle maximizing editor
Add to Favorites
Inspect current file with current profile
Quick switch current scheme
Open Settings dialog
Open Project Structure dialog
Find Action
Switch between tabs and tool window

To find any action inside the IDE use
Find Action (Ctrl+Shift+A/
A)

@intellijidea

11/2013 (DSGN-906) Copyright © JetBrains. 2000-2013. All Rights Reserved.

IntelliJ IDEA Default Keymap

Más contenido relacionado

Similar a IntelliJ IDEA Default Keymap

IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfDvrIsis2
 
Using eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingUsing eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingParikshit Kumar Singh
 
Eclipse keyboard shortcuts
Eclipse keyboard shortcutsEclipse keyboard shortcuts
Eclipse keyboard shortcutsSuman Saha
 
Visual Studio 2010 - Microsoft Visual C# Key Bindings
Visual Studio 2010 - Microsoft Visual C# Key BindingsVisual Studio 2010 - Microsoft Visual C# Key Bindings
Visual Studio 2010 - Microsoft Visual C# Key BindingsGlobalLogic Ukraine
 
Netbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code TemplatesNetbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code TemplatesMollah Nayeem Ahmed
 
Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Siddiq Abu Bakkar
 
Visual studio code keyboard shortcut
Visual studio code keyboard shortcutVisual studio code keyboard shortcut
Visual studio code keyboard shortcutJubair Ahmed Junjun
 
best hotels in Pune
best hotels in Punebest hotels in Pune
best hotels in PuneKhushiRaj39
 
Shortcuts JAVA
Shortcuts JAVAShortcuts JAVA
Shortcuts JAVATito O
 

Similar a IntelliJ IDEA Default Keymap (20)

IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdf
 
Ruby mine referencecard
Ruby mine referencecardRuby mine referencecard
Ruby mine referencecard
 
Php storm reference_card
Php storm reference_cardPhp storm reference_card
Php storm reference_card
 
Using eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-codingUsing eclipse-shortcuts-key-for-fast-coding
Using eclipse-shortcuts-key-for-fast-coding
 
Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcut
 
Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcut
 
Eclipse keyboard shortcuts
Eclipse keyboard shortcutsEclipse keyboard shortcuts
Eclipse keyboard shortcuts
 
Netbeans keyboard shortcut
Netbeans keyboard shortcutNetbeans keyboard shortcut
Netbeans keyboard shortcut
 
Visual Studio 2010 - Microsoft Visual C# Key Bindings
Visual Studio 2010 - Microsoft Visual C# Key BindingsVisual Studio 2010 - Microsoft Visual C# Key Bindings
Visual Studio 2010 - Microsoft Visual C# Key Bindings
 
Netbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code TemplatesNetbeans 8.0 Keyboard Shortcuts & Code Templates
Netbeans 8.0 Keyboard Shortcuts & Code Templates
 
Shortcuts
ShortcutsShortcuts
Shortcuts
 
Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]
 
rstudio-ide
rstudio-iderstudio-ide
rstudio-ide
 
Short cutkey
Short cutkeyShort cutkey
Short cutkey
 
Visual studio code keyboard shortcut
Visual studio code keyboard shortcutVisual studio code keyboard shortcut
Visual studio code keyboard shortcut
 
best hotels in Pune
best hotels in Punebest hotels in Pune
best hotels in Pune
 
Shortcuts JAVA
Shortcuts JAVAShortcuts JAVA
Shortcuts JAVA
 
Rstudio ide-cheatsheet
Rstudio ide-cheatsheetRstudio ide-cheatsheet
Rstudio ide-cheatsheet
 
Rstudio ide-cheatsheet
Rstudio ide-cheatsheetRstudio ide-cheatsheet
Rstudio ide-cheatsheet
 
Sql dbx
Sql dbxSql dbx
Sql dbx
 

Más de Thanh Nguyen

2021.02.05 Trotti.ch - E-Scooter Webshop
2021.02.05 Trotti.ch - E-Scooter Webshop2021.02.05 Trotti.ch - E-Scooter Webshop
2021.02.05 Trotti.ch - E-Scooter WebshopThanh Nguyen
 
Trotti GmbH - Elektroroller Wintermodelle 2020-2021
Trotti GmbH - Elektroroller Wintermodelle 2020-2021Trotti GmbH - Elektroroller Wintermodelle 2020-2021
Trotti GmbH - Elektroroller Wintermodelle 2020-2021Thanh Nguyen
 
Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015
Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015
Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015Thanh Nguyen
 
J query's browser bug workarounds
J query's browser bug workaroundsJ query's browser bug workarounds
J query's browser bug workaroundsThanh Nguyen
 
Merkblatt Bankleitzahlen
Merkblatt BankleitzahlenMerkblatt Bankleitzahlen
Merkblatt BankleitzahlenThanh Nguyen
 
Safari Web Content Guide
Safari Web Content GuideSafari Web Content Guide
Safari Web Content GuideThanh Nguyen
 
GNU-Handbuch (Manual) zum Schutze der Privatsphäre
GNU-Handbuch (Manual) zum Schutze der PrivatsphäreGNU-Handbuch (Manual) zum Schutze der Privatsphäre
GNU-Handbuch (Manual) zum Schutze der PrivatsphäreThanh Nguyen
 
Apple URL Scheme Reference
Apple URL Scheme ReferenceApple URL Scheme Reference
Apple URL Scheme ReferenceThanh Nguyen
 
Technics Turntable System SL-1200 MK5 Operating Instructions
Technics Turntable System SL-1200 MK5 Operating InstructionsTechnics Turntable System SL-1200 MK5 Operating Instructions
Technics Turntable System SL-1200 MK5 Operating InstructionsThanh Nguyen
 
Technics Turntable System SL-1200 GLD Operating Instructions
Technics Turntable System SL-1200 GLD Operating InstructionsTechnics Turntable System SL-1200 GLD Operating Instructions
Technics Turntable System SL-1200 GLD Operating InstructionsThanh Nguyen
 
PayPal Website Payments Standard Integration Guide
PayPal Website Payments Standard Integration GuidePayPal Website Payments Standard Integration Guide
PayPal Website Payments Standard Integration GuideThanh Nguyen
 
Public Social Media Profile Pictures Winter 2013
Public Social Media Profile Pictures Winter 2013Public Social Media Profile Pictures Winter 2013
Public Social Media Profile Pictures Winter 2013Thanh Nguyen
 
Public Social Media Profile Pictures Summer 2013
Public Social Media Profile Pictures Summer 2013Public Social Media Profile Pictures Summer 2013
Public Social Media Profile Pictures Summer 2013Thanh Nguyen
 
Implementing Remote Procedure Calls
Implementing Remote Procedure CallsImplementing Remote Procedure Calls
Implementing Remote Procedure CallsThanh Nguyen
 
Europass XML Schema v3.0 RC7 Documentation and Changelog
Europass XML Schema v3.0 RC7 Documentation and ChangelogEuropass XML Schema v3.0 RC7 Documentation and Changelog
Europass XML Schema v3.0 RC7 Documentation and ChangelogThanh Nguyen
 
DTA Standards und Formate
DTA Standards und FormateDTA Standards und Formate
DTA Standards und FormateThanh Nguyen
 
Wer, wie, was - die Theorie hinter den W-Fragen
Wer, wie, was - die Theorie hinter den W-FragenWer, wie, was - die Theorie hinter den W-Fragen
Wer, wie, was - die Theorie hinter den W-FragenThanh Nguyen
 

Más de Thanh Nguyen (20)

2021.02.05 Trotti.ch - E-Scooter Webshop
2021.02.05 Trotti.ch - E-Scooter Webshop2021.02.05 Trotti.ch - E-Scooter Webshop
2021.02.05 Trotti.ch - E-Scooter Webshop
 
Trotti GmbH - Elektroroller Wintermodelle 2020-2021
Trotti GmbH - Elektroroller Wintermodelle 2020-2021Trotti GmbH - Elektroroller Wintermodelle 2020-2021
Trotti GmbH - Elektroroller Wintermodelle 2020-2021
 
Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015
Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015
Trotti.ch - Webshop (Elektro Scooter) Trotti Model 2015
 
J query's browser bug workarounds
J query's browser bug workaroundsJ query's browser bug workarounds
J query's browser bug workarounds
 
Merkblatt Bankleitzahlen
Merkblatt BankleitzahlenMerkblatt Bankleitzahlen
Merkblatt Bankleitzahlen
 
Safari Web Content Guide
Safari Web Content GuideSafari Web Content Guide
Safari Web Content Guide
 
GNU-Handbuch (Manual) zum Schutze der Privatsphäre
GNU-Handbuch (Manual) zum Schutze der PrivatsphäreGNU-Handbuch (Manual) zum Schutze der Privatsphäre
GNU-Handbuch (Manual) zum Schutze der Privatsphäre
 
Apple URL Scheme Reference
Apple URL Scheme ReferenceApple URL Scheme Reference
Apple URL Scheme Reference
 
Technics Turntable System SL-1200 MK5 Operating Instructions
Technics Turntable System SL-1200 MK5 Operating InstructionsTechnics Turntable System SL-1200 MK5 Operating Instructions
Technics Turntable System SL-1200 MK5 Operating Instructions
 
Technics Turntable System SL-1200 GLD Operating Instructions
Technics Turntable System SL-1200 GLD Operating InstructionsTechnics Turntable System SL-1200 GLD Operating Instructions
Technics Turntable System SL-1200 GLD Operating Instructions
 
PayPal Website Payments Standard Integration Guide
PayPal Website Payments Standard Integration GuidePayPal Website Payments Standard Integration Guide
PayPal Website Payments Standard Integration Guide
 
Public Social Media Profile Pictures Winter 2013
Public Social Media Profile Pictures Winter 2013Public Social Media Profile Pictures Winter 2013
Public Social Media Profile Pictures Winter 2013
 
Public Social Media Profile Pictures Summer 2013
Public Social Media Profile Pictures Summer 2013Public Social Media Profile Pictures Summer 2013
Public Social Media Profile Pictures Summer 2013
 
Implementing Remote Procedure Calls
Implementing Remote Procedure CallsImplementing Remote Procedure Calls
Implementing Remote Procedure Calls
 
Europass XML Schema v3.0 RC7 Documentation and Changelog
Europass XML Schema v3.0 RC7 Documentation and ChangelogEuropass XML Schema v3.0 RC7 Documentation and Changelog
Europass XML Schema v3.0 RC7 Documentation and Changelog
 
Twig
TwigTwig
Twig
 
DTA Standards und Formate
DTA Standards und FormateDTA Standards und Formate
DTA Standards und Formate
 
Wer, wie, was - die Theorie hinter den W-Fragen
Wer, wie, was - die Theorie hinter den W-FragenWer, wie, was - die Theorie hinter den W-Fragen
Wer, wie, was - die Theorie hinter den W-Fragen
 
Apple Mac Pro
Apple Mac ProApple Mac Pro
Apple Mac Pro
 
Shopgate Vortrag
Shopgate VortragShopgate Vortrag
Shopgate Vortrag
 

Último

Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girlsPooja Nehwal
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改atducpo
 
Independent Escorts in Lucknow (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...
Independent Escorts in Lucknow  (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...Independent Escorts in Lucknow  (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...
Independent Escorts in Lucknow (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...gurkirankumar98700
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,dollysharma2066
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceanilsa9823
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theorydrae5
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushShivain97
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...anilsa9823
 
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...CIOWomenMagazine
 
Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfnoumannajam04
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666nishakur201
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceanilsa9823
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfpastor83
 
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...PsychicRuben LoveSpells
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndPooja Nehwal
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfJess Walker
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceanilsa9823
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxABMWeaklings
 

Último (20)

escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974escort service  sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
escort service sasti (*~Call Girls in Paschim Vihar Metro❤️9953056974
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
 
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
办理国外毕业证学位证《原版美国montana文凭》蒙大拿州立大学毕业证制作成绩单修改
 
Independent Escorts in Lucknow (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...
Independent Escorts in Lucknow  (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...Independent Escorts in Lucknow  (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...
Independent Escorts in Lucknow (Adult Only) 👩🏽‍❤️‍💋‍👩🏼 8923113531 ♛ Escort S...
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by Mindbrush
 
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
Lucknow 💋 High Class Call Girls Lucknow 10k @ I'm VIP Independent Escorts Gir...
 
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
Understanding Relationship Anarchy: A Guide to Liberating Love | CIO Women Ma...
 
Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdf
 
Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666Call Girls Anjuna beach Mariott Resort ₰8588052666
Call Girls Anjuna beach Mariott Resort ₰8588052666
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
 
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot AndCall Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
Call Girls In Andheri East Call US Pooja📞 9892124323 Book Hot And
 
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdfBreath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
Breath, Brain & Beyond_A Holistic Approach to Peak Performance.pdf
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 

IntelliJ IDEA Default Keymap

  • 1. Editing Ctrl + Space Ctrl + Shift + Space Ctrl + Shift + Enter Ctrl + P Ctrl + Q Shift + F1 Ctrl + mouse over code Ctrl + F1 Alt + Insert Ctrl + O Ctrl + I Ctrl + Alt + T Ctrl + / Ctrl + Shift + / Ctrl + W Ctrl + Shift + W Alt + Q Alt + Enter Ctrl + Alt + L Ctrl + Alt + O Ctrl + Alt + I Tab / Shift + Tab Ctrl + X or Shift + Delete Ctrl + C or Ctrl + Insert Ctrl + V or Shift + Insert Ctrl + Shift + V Ctrl + D Ctrl + Y Ctrl + Shift + J Ctrl + Enter Shift + Enter Ctrl + Shift + U Ctrl + Shift + ] / [ Ctrl + Delete Ctrl + Backspace Ctrl + NumPad+/- Ctrl + Shift + NumPad+ Ctrl + Shift + NumPad- Ctrl + F4 Usage Search Basic code completion (the name of any class, method or variable) Smart code completion (filters the list of methods and variables by expected type) Complete statement Parameter info (within method call arguments) Quick documentation lookup External Doc Brief Info Show descriptions of error or warning at caret Generate code... (Getters, Setters, Constructors, hashCode/equals, toString) Override methods Implement methods Surround with… (if..else, try..catch, for, synchronized, etc.) Comment/uncomment with line comment Comment/uncomment with block comment Select successively increasing code blocks Decrease current selection to previous state Context info Show intention actions and quick-fixes Reformat code Optimize imports Auto-indent line(s) Indent/unindent selected lines Cut current line or selected block to clipboard Copy current line or selected block to clipboard Paste from clipboard Paste from recent buffers... Duplicate current line or selected block Delete line at caret Smart line join Smart line split Start new line Toggle case for word at caret or selected block Select 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 Search/Replace Double Shift Ctrl + F F3 Shift + F3 Ctrl + R Ctrl + Shift + F Ctrl + Shift + R Ctrl + Shift + S Ctrl + Shift + M IntelliJ IDEA Default Keymap Search everywhere Find Find next Find previous Replace Find in path Replace in path Search structurally (Ultimate Edition only) Replace structurally (Ultimate Edition only) www.jetbrains.com/idea Alt + F7 / Ctrl + F7 Ctrl + Shift + F7 Ctrl + Alt + F7 Refactoring Find usages / Find usages in file Highlight usages in file Show usages Compile and Run Ctrl + F9 Ctrl + Shift + F9 Alt + Shift + F10 Alt + Shift + F9 Shift + F10 Shift + F9 Ctrl + Shift + F10 Make project (compile modifed and dependent) Compile selected file, package or module Select configuration and run Select configuration and debug Run Debug Run context configuration from editor Debugging F8 F7 Shift + F7 Shift + F8 Alt + F9 Alt + F8 F9 Ctrl + F8 Ctrl + Shift + F8 Step over Step into Smart step into Step out Run to cursor Evaluate expression Resume program Toggle breakpoint View breakpoints Navigation Ctrl + N Ctrl + Shift + N Ctrl + Alt + Shift + N Alt + Right/Left F12 Esc Shift + Esc Ctrl + Shift + F4 Ctrl + G Ctrl + E Ctrl + Alt + Left/Right Ctrl + Shift + Backspace Alt + F1 Ctrl + B or Ctrl + Click Ctrl + Alt + B Ctrl + Shift + I Ctrl + Shift + B Ctrl + U Alt + Up/Down Ctrl + ] / [ Ctrl + F12 Ctrl + H Ctrl + Shift + H Ctrl + Alt + H F2 / Shift + F2 F4 / Ctrl + Enter Alt + Home F11 Ctrl + F11 Ctrl + #[0-9] Shift + F11 IntelliJ IDEA Default Keymap Go to class Go to file Go to symbol Go to next/previous editor tab Go back to previous tool window Go to editor (from tool window) Hide active or last active window Close active run/messages/find/... tab Go to line Recent files popup Navigate back/forward Navigate to last edit location Select current file or symbol in any view Go to declaration Go to implementation(s) Open quick definition lookup Go to type declaration Go to super-method/super-class Go to previous/next method Move to code block end/start File structure popup Type hierarchy Method hierarchy Call hierarchy Next/previous highlighted error Edit source / View source Show navigation bar Toggle bookmark Toggle bookmark with mnemonic Go to numbered bookmark Show bookmarks blogs.jetbrains.com/idea F5 Copy F6 Move Alt + Delete Safe Delete Shift + F6 Rename Ctrl + F6 Change Signature Ctrl + Alt + N Inline Ctrl + Alt + M Extract Method Ctrl + Alt + V Extract Variable Ctrl + Alt + F Extract Field Ctrl + Alt + C Extract Constant Ctrl + Alt + P Extract Parameter VCS/Local History Ctrl + K Ctrl + T Alt + Shift + C Alt + BackQuote (`) Commit project to VCS Update project from VCS View recent changes ‘VCS’ quick popup Live Templates Ctrl + Alt + J Ctrl + J iter inst itco itit itli psf thr Surround with Live Template Insert Live Template Iteration according to Java SDK 1.5 style Check object type with instanceof and downcast it Iterate elements of java.util.Collection Iterate elements of java.util.Iterator Iterate elements of java.util.List public static final throw new General Alt + #[0-9] Ctrl + S Ctrl + Alt + Y Ctrl + Shift + F12 Alt + Shift + F Alt + Shift + I Ctrl + BackQuote (`) Ctrl + Alt + S Ctrl + Alt + Shift + S Ctrl + Shift + A Ctrl + Tab Open corresponding tool window Save all Synchronize Toggle maximizing editor Add to Favorites Inspect current file with current profile Quick switch current scheme Open Settings dialog Open Project Structure dialog Find Action Switch between tabs and tool window To find any action inside the IDE use Find Action (Ctrl+Shift+A/ A) @intellijidea 11/2013 (DSGN-906) Copyright © JetBrains. 2000-2013. All Rights Reserved. IntelliJ IDEA Default Keymap