SlideShare a Scribd company logo
1 of 6
Download to read offline
Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with
technology always from anywhere.
Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 1 of 6
Navigate:
Organize Imports Ctrl + Shift + O
Comment / Uncomment Code Line or
Block Ctrl + /
Open A Type Ctrl + Shift + T
Show Code Outline Ctrl + O
Open Declaration F3
Open Editor Ctrl + E
Close All Open Editors Ctrl + Shift + F4
Maximize or Un-Maximize Tab Ctrl + M
Debug:
Launch App In Debug F11
Step Into F5
Next Step F6
Step Out F7
Skip To Next Breakpoint F8
Jump to Line Number CTRL + L
Edit:
Quick Fix Assist CTRL + 1
To Lowercase CTRL + SHIFT + Y
To Uppercase CTRL + SHIFT + X
Delete Line CTRL + D
Refactor:
Quick Rename Alt + Shift + R
Extract Local Variable Alt +
Shift + L
Convert to Method Alt + Shift
+ M
Move Code To Another Class
Alt + Shift + V
Format Code Alt + Shift + F
Build All Projects CTRL + B
Refresh Project or File From
Filesystem F5
Undo CTRL + Z
Redo CTRL + SHIFT + Z
Select All CTRL + A
List All Shortcuts CTRL + SHIFT + L
Ctrl+Shift+F This short cut use to
formatting the code.
Alt + Shift + n Use this shortcut key to open
an new menu.
Ctrl+O Displays every one of
the methods and
variables in addition to
methods available in
the current class that’s
selected.
Ctrl + n Use this shortcut key to
create a new file
Ctrl+Shift+O This Shortcut use for
Organized import.
Ctrl+H If you want to search in your
program and work space use
this shortcut.
Ctrl+Shift+U Find the reference of a
file.
Ctrl +W If you want to close the all file Ctrl+/,Ctrl+7 Single Line comment.
Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with
technology always from anywhere.
Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 2 of 6
in editor use this shortcut key.
Ctrl +Shift+W If you want to close the all file
in editor use this shortcut key.
Ctrl+Shift+/ Add block Comment.
F2,Alt +Shift+R It is use for re-name file. Ctrl+Shift+ Remove the block
comment.
Ctrl +Shift +G Find the reference variable in
workspace.
F3 Go to the declaration
of the variable
F12 Focus on current editor F4 Show the type
hierarchy of a class.
Ctrl +L Find the Line number. Ctrl+T Show the inheritance
tree of current token.
Ctrl+D This short cut use for delete
the single row.
Shift+f2 Show the Java Doc for
current token.
Ctrl +M This short cut use for
maximize and minimize the
editor.
Alt Shift Z Add the try and catch
block
F11 Start the Debug. Alt +Shift+c Change the method
signature.
Ctrl+F11 Run the last program or
project.
Alt +Shift +B Add the toggle
breakpoint.
Ctrl .Or , To Navigate the next and
previous error.
Alt +Shift+S,R Generate the setter and
getter method.
F5 Step Into. Alt +Shift+X,R Run As web application
F6 Step Over. Alt +Shift+X,J Run As java
Application.
F8 Resume. Alt +Shift+X,A Run As Applet.
Ctrl+Q Add Inspect Alt +Enter Show The Property.
Ctrl +1 If Eclipse shows an error then
use his shortcut this to quickly
solve the problem and
among the suggestions
shown.
Above are tested on Eclipse Oxygen, Neon, Mars, Luna, Kepler, Juno and more.
Angle 2:
1. Manage Files and Projects
Ctrl+N Create new project using the Wizard
Ctrl+Alt+N Create new project, file, class, etc.
Alt+F, then . Open project, file, etc.
Ctrl+Shift+R Open Resource (file, folder or project)
Alt+Enter Show and access file properties
Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with
technology always from anywhere.
Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 3 of 6
Ctrl+S Save current file
Ctrl+Shift+S Save all files
Ctrl+W Close current file
Ctrl+Shift+W Close all files
F5
Refresh content of selected element with local file
system
2. Editor Window
Focus/ cursor must be in Editor Window for these to work.
F12 Jump to Editor Window
Ctrl+Page Down/Ctrl+Page Up Switch to next editor / switch to previous editor
Ctrl+M
Maximize or un-maximize current Editor Window
(also works for other Windows)
Ctrl+E
Show list of open Editors. Use arrow
keys and enter to switch
Ctrl+F6/Ctrl+Shift+F6
Show list of open Editors. Similar to ctrl+e but
switches immediately upon release of ctrl
Alt+Arrow Left/Alt+Arrow Right Go to previous / go to next Editor Window
Alt+- Open Editor Window Option menu
Ctrl+F10
Show view menu (features available on left vertical
bar: breakpoints, bookmarks, line numbers, …)
Ctrl+F10, then n Show or hide line numbers
Ctrl+Shift+Q
Show or hide the diff column on the left (indicates
changes since last save)
Ctrl+Shift++/- Zoom text in/ out
3. Navigate in Editor
Home/End
Jump to beginning / jump to end of indention.
Press home twice to jump to beginning of line
Ctrl+Home/End Jump to beginning / jump to end of source
Ctrl+Arrow Right/Arrow Left Jump one word to the left / one word to the right
Ctrl+Shift+Arrow Down/Arrow Up Jump to previous / jump to next method
Ctrl+L
Jump to Line Number. To hide/show line numbers,
press ctrl+F10 and select 'Show Line Numbers'
Ctrl+Q Jump to last location edited
Ctrl+./Ctrl+,
Jump to next / jump to previous compiler syntax
warning or error
Ctrl+Shift+P
With a bracket selected: jump to the matching
closing or opening bracket
Ctrl+[+]/Ctrl+- on numeric keyboard Collapse / Expand current method or class
Ctrl+[/]/Ctrl+* on numeric keyboard Collapse / Expand all methods or classes
Ctrl+Arrow Down/Ctrl+Arrow Up Scroll Editor without changing cursor position
Alt+Page Up/Alt+Page Down Next Sub-Tab / Previous Sub-Tab
Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with
technology always from anywhere.
Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 4 of 6
4. Select Text
Shift+Arrow Right/Arrow Left
Expand selection by one character to the left / to
the right
Ctrl+Shift+Arrow Right/Arrow Left Expand selection to next / previous word
Shift+Arrow Down/Arrow Up Expand selection by one line down / one line up
Shift+End/Home Expand selection to end / to beginning of line
Ctrl+A Select all
Alt+Shift+Arrow Up
Expand selection to current element (e.g. current
one-line expression or content within brackets)
Alt+Shift+Arrow Left/Arrow Right Expand selection to next / previous element
Alt+Shift+Arrow Down Reduce previously expanded selection by one step
5. Edit Text
Ctrl+C/Ctrl+X/Ctrl+V Cut, copy and paste
Ctrl+Z Undo last action
Ctrl+Y Redo last (undone) action
Ctrl+D Delete Line
Alt+Arrow Up/Arrow Down Move current line or selection up or down
Ctrl+Alt+Arrow Up/Ctrl+Alt+Arrow Down/ Duplicate current line or selection up or down
Ctrl+Delete Delete next word
Ctrl+Backspace Delete previous word
Shift+Enter Enter line below current line
Shift+Ctrl+Enter Enter line above current line
Insert Switch between insert and overwrite mode
Shift+Ctrl+Y Change selection to all lower case
Shift+Ctrl+X Change selection to all upper case
6. Search and Replace
Ctrl+F Open find and replace dialog
Ctrl+K/Ctrl+Shift+K
Find previous / find next occurrence of search term
(close find window first)
Ctrl+H
Search Workspace (Java Search, Task Search, and
File Search)
Ctrl+J/Ctrl+Shift+J
Incremental search forward / backwards. Type
search term after pressing ctrl+j, there is now
search window
Ctrl+Shift+O Open a resource search dialog to find any class
7. Indentions and Comments
Tab/Shift+Tab Increase / decrease indent of selected text
Ctrl+I Correct indention of selected text or of current line
Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with
technology always from anywhere.
Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 5 of 6
Ctrl+Shift+F Autoformat all code in Editor using code formatter
Ctrl+/
Comment / uncomment line or selection ( adds '//'
)
Ctrl+Shift+/
Add Block Comment around selection ( adds '/... */'
)
Ctrl+Shift+ Remove Block Comment
Alt+Shift+J Add Element Comment ( adds '/** ... */')
8. Editing Source Code
Ctrl+Space
Opens Content Assist (e.g. show available methods
or field names)
Ctrl+1 Open Quick Fix and Quick Assist
Alt+/
Propose word completion (after typing at least one
letter). Repeatedly press alt+/ until reaching correct
name
Ctrl+Shift+Insert
Deactivate or activate Smart Insert Mode
(automatic indention, automatic brackets, etc.)
9. Code Information
Ctrl+O Show code outline / structure
F2
Open class, method, or variable information (tooltip
text)
F3
Open Declaration: Jump to Declaration of selected
class, method, or parameter
F4 Open Type Hierarchy window for selected item
Ctrl+T
Show / open Quick Type Hierarchy for selected
item
Ctrl+Shift+T Open Type in Hierarchy
Ctrl+Alt+H Open Call Hierarchy
Ctrl+Shift+U Find occurrences of expression in current file
Ctrl+move over method Open Declaration or Implementation
10. Refactoring
Alt+Shift+R Rename selected element and all references
Alt+Shift+V
Move selected element to other class or file (With
complete method or class selected)
Alt+Shift+C
Change method signature (with method name
selected)
Alt+Shift+M Extract selection to method
Alt+Shift+L
Extract local variable: Create and assigns a variable
from a selected expression
Alt+Shift+I
Inline selected local variables, methods, or
constants if possible (replaces variable with its
declarations/ assignment and puts it directly into
the statements)
Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with
technology always from anywhere.
Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 6 of 6
11. Run and Debug
Ctrl+F11 Save and launch application (run)
F11 Debug
F5 Step Into function
F6 Next step (line by line)
F7 Step out
F8 Skip to next Breakpoint
12. The Rest
Ctrl+F7/Ctrl+Shift+F7
Switch forward / backward between views (panels).
Useful for switching back and forth between
Package Explorer and Editor.
Ctrl+F8/Ctrl+Shift+F8 Switch forward / backward between perspectives
Ctrl+P Print
F1 Open Eclipse Help
Shift+F10 Show Context Menu right click with mouse
13. Team (SVN Subversive)
Ctrl+Alt+S Synchronize with Repository
Ctrl+Alt+C Commit
Ctrl+Alt+U Update
Ctrl+Alt+D Update to Revision
Ctrl+Alt+E Merge
Ctrl+Alt+T Show Properties
Ctrl+Alt+I Add to svn:ignore

More Related Content

What's hot

Informatics lah
Informatics lahInformatics lah
Informatics lahJari Zerrudo
 
Excel Shortcuts
Excel ShortcutsExcel Shortcuts
Excel Shortcutsdev_12782
 
Computer shortcut keys
Computer shortcut keysComputer shortcut keys
Computer shortcut keysLorraine Pinto
 
Keyboard shortcuts in word 2016 for mac
Keyboard shortcuts in word 2016 for macKeyboard shortcuts in word 2016 for mac
Keyboard shortcuts in word 2016 for mac123thue
 
Microsoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcutMicrosoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcutJubair Ahmed Junjun
 
Microsoft word-2007-keyboard-shortcuts
Microsoft word-2007-keyboard-shortcutsMicrosoft word-2007-keyboard-shortcuts
Microsoft word-2007-keyboard-shortcutsS.Saeed H
 
Sublimetext keyboard shortcut
Sublimetext keyboard shortcutSublimetext keyboard shortcut
Sublimetext keyboard shortcutJubair Ahmed Junjun
 
Excel 2007 shortcut and function keys
Excel 2007 shortcut and function keysExcel 2007 shortcut and function keys
Excel 2007 shortcut and function keysGopal Padamati
 
Computer shortcuts
Computer shortcutsComputer shortcuts
Computer shortcutsdev22990
 
Shortcut win7
Shortcut win7Shortcut win7
Shortcut win7Bang Junaid
 
Excel shortcuts
Excel shortcutsExcel shortcuts
Excel shortcutsRazzzz Kumar
 

What's hot (18)

Informatics lah
Informatics lahInformatics lah
Informatics lah
 
Shortcut List
Shortcut ListShortcut List
Shortcut List
 
Excel Shortcuts
Excel ShortcutsExcel Shortcuts
Excel Shortcuts
 
Computer shortcut keys
Computer shortcut keysComputer shortcut keys
Computer shortcut keys
 
Keyboard shortcuts in word 2016 for mac
Keyboard shortcuts in word 2016 for macKeyboard shortcuts in word 2016 for mac
Keyboard shortcuts in word 2016 for mac
 
Ppt shortcut keys
Ppt shortcut keysPpt shortcut keys
Ppt shortcut keys
 
Computer shortcuts
Computer shortcutsComputer shortcuts
Computer shortcuts
 
Microsoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcutMicrosoft word 2010 keyboard shortcut
Microsoft word 2010 keyboard shortcut
 
Microsoft word-2007-keyboard-shortcuts
Microsoft word-2007-keyboard-shortcutsMicrosoft word-2007-keyboard-shortcuts
Microsoft word-2007-keyboard-shortcuts
 
Sublimetext keyboard shortcut
Sublimetext keyboard shortcutSublimetext keyboard shortcut
Sublimetext keyboard shortcut
 
Ms office shortcuts
Ms office shortcutsMs office shortcuts
Ms office shortcuts
 
Excel 2007 shortcut and function keys
Excel 2007 shortcut and function keysExcel 2007 shortcut and function keys
Excel 2007 shortcut and function keys
 
Key board magic
Key board magicKey board magic
Key board magic
 
Computer shortcuts
Computer shortcutsComputer shortcuts
Computer shortcuts
 
Shortcut win7
Shortcut win7Shortcut win7
Shortcut win7
 
Excel shortcuts
Excel shortcutsExcel shortcuts
Excel shortcuts
 
All About Short Keys
All About Short KeysAll About Short Keys
All About Short Keys
 
Wst Excel Shortcuts Mac
Wst Excel Shortcuts MacWst Excel Shortcuts Mac
Wst Excel Shortcuts Mac
 

Similar to Using eclipse-shortcuts-key-for-fast-coding

IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfDvrIsis2
 
Improve your productivity using shortcuts
Improve your productivity using shortcutsImprove your productivity using shortcuts
Improve your productivity using shortcutsKyaw Kyaw Lwin
 
Php storm reference_card
Php storm reference_cardPhp storm reference_card
Php storm reference_cardAlexanderAlekhin4
 
Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcuthrutu deshmukh
 
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
 
Eclipse keyboard shortcuts
Eclipse keyboard shortcutsEclipse keyboard shortcuts
Eclipse keyboard shortcutsSuman Saha
 
Basic Computer Shortcut Keys | StudyMotion
Basic Computer Shortcut Keys | StudyMotionBasic Computer Shortcut Keys | StudyMotion
Basic Computer Shortcut Keys | StudyMotionstudymotion2018
 
Ruby mine referencecard
Ruby mine referencecardRuby mine referencecard
Ruby mine referencecardsushilprajapati
 
VSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdfVSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdfDavidBeaulieu19
 
Keyboard shortcuts and system commands for popular programs
Keyboard shortcuts and system commands for popular programsKeyboard shortcuts and system commands for popular programs
Keyboard shortcuts and system commands for popular programsnepcardinal
 
Shortcut keys for XP
Shortcut keys for XPShortcut keys for XP
Shortcut keys for XPaibad ahmed
 
Vs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdfVs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdfYUSRA FERNANDO
 
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdfVS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdfStraad
 
Shortcut keys
Shortcut keysShortcut keys
Shortcut keysKosal Dean
 
Computer shortcuts3
Computer shortcuts3Computer shortcuts3
Computer shortcuts3Aneel Ahmad
 
MS OFFICE KEYBOARD SHORTKEY
MS OFFICE KEYBOARD SHORTKEYMS OFFICE KEYBOARD SHORTKEY
MS OFFICE KEYBOARD SHORTKEYmalik 188
 
100 windows 8_keyboard_shortcuts
100 windows 8_keyboard_shortcuts100 windows 8_keyboard_shortcuts
100 windows 8_keyboard_shortcutsAshutosh Chourasiya
 
100 keyboard shortcuts for windows 8
100 keyboard shortcuts for windows 8100 keyboard shortcuts for windows 8
100 keyboard shortcuts for windows 8MINISTRY OF DEFENCE PAK
 
COMPUTER-SHORTCUTS-1.pdf
COMPUTER-SHORTCUTS-1.pdfCOMPUTER-SHORTCUTS-1.pdf
COMPUTER-SHORTCUTS-1.pdfJezemarkCatequista
 

Similar to Using eclipse-shortcuts-key-for-fast-coding (20)

IntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdfIntelliJIDEA_ReferenceCard.pdf
IntelliJIDEA_ReferenceCard.pdf
 
Improve your productivity using shortcuts
Improve your productivity using shortcutsImprove your productivity using shortcuts
Improve your productivity using shortcuts
 
Php storm reference_card
Php storm reference_cardPhp storm reference_card
Php storm reference_card
 
Asp key shortcut
Asp key shortcutAsp key shortcut
Asp key shortcut
 
Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]Eclipse shortcut[most usuage]
Eclipse shortcut[most usuage]
 
Visual studio code keyboard shortcut
Visual studio code keyboard shortcutVisual studio code keyboard shortcut
Visual studio code keyboard shortcut
 
Eclipse keyboard shortcuts
Eclipse keyboard shortcutsEclipse keyboard shortcuts
Eclipse keyboard shortcuts
 
Basic Computer Shortcut Keys | StudyMotion
Basic Computer Shortcut Keys | StudyMotionBasic Computer Shortcut Keys | StudyMotion
Basic Computer Shortcut Keys | StudyMotion
 
Ruby mine referencecard
Ruby mine referencecardRuby mine referencecard
Ruby mine referencecard
 
VSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdfVSCode-shortcuts-linux.pdf
VSCode-shortcuts-linux.pdf
 
Keyboard shortcuts and system commands for popular programs
Keyboard shortcuts and system commands for popular programsKeyboard shortcuts and system commands for popular programs
Keyboard shortcuts and system commands for popular programs
 
Shortcut keys for XP
Shortcut keys for XPShortcut keys for XP
Shortcut keys for XP
 
Vs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdfVs Code - Keyboard-Shortcuts-Windows.pdf
Vs Code - Keyboard-Shortcuts-Windows.pdf
 
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdfVS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
VS - Visual Studio Code Keyboard Shortcuts for Windows.pdf
 
Shortcut keys
Shortcut keysShortcut keys
Shortcut keys
 
Computer shortcuts3
Computer shortcuts3Computer shortcuts3
Computer shortcuts3
 
MS OFFICE KEYBOARD SHORTKEY
MS OFFICE KEYBOARD SHORTKEYMS OFFICE KEYBOARD SHORTKEY
MS OFFICE KEYBOARD SHORTKEY
 
100 windows 8_keyboard_shortcuts
100 windows 8_keyboard_shortcuts100 windows 8_keyboard_shortcuts
100 windows 8_keyboard_shortcuts
 
100 keyboard shortcuts for windows 8
100 keyboard shortcuts for windows 8100 keyboard shortcuts for windows 8
100 keyboard shortcuts for windows 8
 
COMPUTER-SHORTCUTS-1.pdf
COMPUTER-SHORTCUTS-1.pdfCOMPUTER-SHORTCUTS-1.pdf
COMPUTER-SHORTCUTS-1.pdf
 

Recently uploaded

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĂşjo
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 

Recently uploaded (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 âś“Call Girls In Kalyan ( Mumbai ) secure service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 

Using eclipse-shortcuts-key-for-fast-coding

  • 1. Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with technology always from anywhere. Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 1 of 6 Navigate: Organize Imports Ctrl + Shift + O Comment / Uncomment Code Line or Block Ctrl + / Open A Type Ctrl + Shift + T Show Code Outline Ctrl + O Open Declaration F3 Open Editor Ctrl + E Close All Open Editors Ctrl + Shift + F4 Maximize or Un-Maximize Tab Ctrl + M Debug: Launch App In Debug F11 Step Into F5 Next Step F6 Step Out F7 Skip To Next Breakpoint F8 Jump to Line Number CTRL + L Edit: Quick Fix Assist CTRL + 1 To Lowercase CTRL + SHIFT + Y To Uppercase CTRL + SHIFT + X Delete Line CTRL + D Refactor: Quick Rename Alt + Shift + R Extract Local Variable Alt + Shift + L Convert to Method Alt + Shift + M Move Code To Another Class Alt + Shift + V Format Code Alt + Shift + F Build All Projects CTRL + B Refresh Project or File From Filesystem F5 Undo CTRL + Z Redo CTRL + SHIFT + Z Select All CTRL + A List All Shortcuts CTRL + SHIFT + L Ctrl+Shift+F This short cut use to formatting the code. Alt + Shift + n Use this shortcut key to open an new menu. Ctrl+O Displays every one of the methods and variables in addition to methods available in the current class that’s selected. Ctrl + n Use this shortcut key to create a new file Ctrl+Shift+O This Shortcut use for Organized import. Ctrl+H If you want to search in your program and work space use this shortcut. Ctrl+Shift+U Find the reference of a file. Ctrl +W If you want to close the all file Ctrl+/,Ctrl+7 Single Line comment.
  • 2. Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with technology always from anywhere. Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 2 of 6 in editor use this shortcut key. Ctrl +Shift+W If you want to close the all file in editor use this shortcut key. Ctrl+Shift+/ Add block Comment. F2,Alt +Shift+R It is use for re-name file. Ctrl+Shift+ Remove the block comment. Ctrl +Shift +G Find the reference variable in workspace. F3 Go to the declaration of the variable F12 Focus on current editor F4 Show the type hierarchy of a class. Ctrl +L Find the Line number. Ctrl+T Show the inheritance tree of current token. Ctrl+D This short cut use for delete the single row. Shift+f2 Show the Java Doc for current token. Ctrl +M This short cut use for maximize and minimize the editor. Alt Shift Z Add the try and catch block F11 Start the Debug. Alt +Shift+c Change the method signature. Ctrl+F11 Run the last program or project. Alt +Shift +B Add the toggle breakpoint. Ctrl .Or , To Navigate the next and previous error. Alt +Shift+S,R Generate the setter and getter method. F5 Step Into. Alt +Shift+X,R Run As web application F6 Step Over. Alt +Shift+X,J Run As java Application. F8 Resume. Alt +Shift+X,A Run As Applet. Ctrl+Q Add Inspect Alt +Enter Show The Property. Ctrl +1 If Eclipse shows an error then use his shortcut this to quickly solve the problem and among the suggestions shown. Above are tested on Eclipse Oxygen, Neon, Mars, Luna, Kepler, Juno and more. Angle 2: 1. Manage Files and Projects Ctrl+N Create new project using the Wizard Ctrl+Alt+N Create new project, file, class, etc. Alt+F, then . Open project, file, etc. Ctrl+Shift+R Open Resource (file, folder or project) Alt+Enter Show and access file properties
  • 3. Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with technology always from anywhere. Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 3 of 6 Ctrl+S Save current file Ctrl+Shift+S Save all files Ctrl+W Close current file Ctrl+Shift+W Close all files F5 Refresh content of selected element with local file system 2. Editor Window Focus/ cursor must be in Editor Window for these to work. F12 Jump to Editor Window Ctrl+Page Down/Ctrl+Page Up Switch to next editor / switch to previous editor Ctrl+M Maximize or un-maximize current Editor Window (also works for other Windows) Ctrl+E Show list of open Editors. Use arrow keys and enter to switch Ctrl+F6/Ctrl+Shift+F6 Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl Alt+Arrow Left/Alt+Arrow Right Go to previous / go to next Editor Window Alt+- Open Editor Window Option menu Ctrl+F10 Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …) Ctrl+F10, then n Show or hide line numbers Ctrl+Shift+Q Show or hide the diff column on the left (indicates changes since last save) Ctrl+Shift++/- Zoom text in/ out 3. Navigate in Editor Home/End Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line Ctrl+Home/End Jump to beginning / jump to end of source Ctrl+Arrow Right/Arrow Left Jump one word to the left / one word to the right Ctrl+Shift+Arrow Down/Arrow Up Jump to previous / jump to next method Ctrl+L Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers' Ctrl+Q Jump to last location edited Ctrl+./Ctrl+, Jump to next / jump to previous compiler syntax warning or error Ctrl+Shift+P With a bracket selected: jump to the matching closing or opening bracket Ctrl+[+]/Ctrl+- on numeric keyboard Collapse / Expand current method or class Ctrl+[/]/Ctrl+* on numeric keyboard Collapse / Expand all methods or classes Ctrl+Arrow Down/Ctrl+Arrow Up Scroll Editor without changing cursor position Alt+Page Up/Alt+Page Down Next Sub-Tab / Previous Sub-Tab
  • 4. Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with technology always from anywhere. Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 4 of 6 4. Select Text Shift+Arrow Right/Arrow Left Expand selection by one character to the left / to the right Ctrl+Shift+Arrow Right/Arrow Left Expand selection to next / previous word Shift+Arrow Down/Arrow Up Expand selection by one line down / one line up Shift+End/Home Expand selection to end / to beginning of line Ctrl+A Select all Alt+Shift+Arrow Up Expand selection to current element (e.g. current one-line expression or content within brackets) Alt+Shift+Arrow Left/Arrow Right Expand selection to next / previous element Alt+Shift+Arrow Down Reduce previously expanded selection by one step 5. Edit Text Ctrl+C/Ctrl+X/Ctrl+V Cut, copy and paste Ctrl+Z Undo last action Ctrl+Y Redo last (undone) action Ctrl+D Delete Line Alt+Arrow Up/Arrow Down Move current line or selection up or down Ctrl+Alt+Arrow Up/Ctrl+Alt+Arrow Down/ Duplicate current line or selection up or down Ctrl+Delete Delete next word Ctrl+Backspace Delete previous word Shift+Enter Enter line below current line Shift+Ctrl+Enter Enter line above current line Insert Switch between insert and overwrite mode Shift+Ctrl+Y Change selection to all lower case Shift+Ctrl+X Change selection to all upper case 6. Search and Replace Ctrl+F Open find and replace dialog Ctrl+K/Ctrl+Shift+K Find previous / find next occurrence of search term (close find window first) Ctrl+H Search Workspace (Java Search, Task Search, and File Search) Ctrl+J/Ctrl+Shift+J Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window Ctrl+Shift+O Open a resource search dialog to find any class 7. Indentions and Comments Tab/Shift+Tab Increase / decrease indent of selected text Ctrl+I Correct indention of selected text or of current line
  • 5. Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with technology always from anywhere. Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 5 of 6 Ctrl+Shift+F Autoformat all code in Editor using code formatter Ctrl+/ Comment / uncomment line or selection ( adds '//' ) Ctrl+Shift+/ Add Block Comment around selection ( adds '/... */' ) Ctrl+Shift+ Remove Block Comment Alt+Shift+J Add Element Comment ( adds '/** ... */') 8. Editing Source Code Ctrl+Space Opens Content Assist (e.g. show available methods or field names) Ctrl+1 Open Quick Fix and Quick Assist Alt+/ Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name Ctrl+Shift+Insert Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.) 9. Code Information Ctrl+O Show code outline / structure F2 Open class, method, or variable information (tooltip text) F3 Open Declaration: Jump to Declaration of selected class, method, or parameter F4 Open Type Hierarchy window for selected item Ctrl+T Show / open Quick Type Hierarchy for selected item Ctrl+Shift+T Open Type in Hierarchy Ctrl+Alt+H Open Call Hierarchy Ctrl+Shift+U Find occurrences of expression in current file Ctrl+move over method Open Declaration or Implementation 10. Refactoring Alt+Shift+R Rename selected element and all references Alt+Shift+V Move selected element to other class or file (With complete method or class selected) Alt+Shift+C Change method signature (with method name selected) Alt+Shift+M Extract selection to method Alt+Shift+L Extract local variable: Create and assigns a variable from a selected expression Alt+Shift+I Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)
  • 6. Visit us on http://www.techietanks.com/ to keep yourself updated, find more resources and stay tuned with technology always from anywhere. Effective Eclipse- Part A: Shortcut keys for fast coder- Ver 1.0 Page 6 of 6 11. Run and Debug Ctrl+F11 Save and launch application (run) F11 Debug F5 Step Into function F6 Next step (line by line) F7 Step out F8 Skip to next Breakpoint 12. The Rest Ctrl+F7/Ctrl+Shift+F7 Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor. Ctrl+F8/Ctrl+Shift+F8 Switch forward / backward between perspectives Ctrl+P Print F1 Open Eclipse Help Shift+F10 Show Context Menu right click with mouse 13. Team (SVN Subversive) Ctrl+Alt+S Synchronize with Repository Ctrl+Alt+C Commit Ctrl+Alt+U Update Ctrl+Alt+D Update to Revision Ctrl+Alt+E Merge Ctrl+Alt+T Show Properties Ctrl+Alt+I Add to svn:ignore