33
30 Handy Eclipse Shortcuts Secret of Super Productive Developers By www.FromDev.com

Handy Eclipse Shortcuts For Super Productive Developers

Embed Size (px)

DESCRIPTION

Eclipse is my favorite tool since I started coding in Java. Over past few years I have learned many shortcuts and these Shortcuts have made my life very easy and highly productive. Eclipse supports a huge number of shortcuts, however not all of them are useful in everyday programming life. This article is listing down the really useful shortcuts that are quick to learn and use. You will also start remembering them since these are often required in every day development tasks. Developer and programmers are typically keyboard friendly and they like to do as many things as possible with keyboard shortcuts. Many shortcuts that work on Windows system are also applicable inside the eclipse IDE and I am sure you must be using them already. My favorite one is Copy (CTRL + C) and Paste (CTRL + V)

Citation preview

Page 1: Handy Eclipse Shortcuts For Super Productive Developers

30 Handy Eclipse Shortcuts Secret of Super Productive DevelopersBy www.FromDev.com

Page 2: Handy Eclipse Shortcuts For Super Productive Developers

Why Eclipse?

● Eclipse is one of the most popular developer IDE. This open source and free to use tool is also very powerful.

● Its mostly used by Java developers and also by other language developers including Python and PHP.

Page 3: Handy Eclipse Shortcuts For Super Productive Developers

Why Use Keyboard Shortcuts

● Developers like to use more keyboard than mouse.

● Keyboard shortcuts make things faster.● Dozens of repeated tasks can be done really

quick.● Its fun :)

Page 4: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Organize Imports

Ctrl + Shift + O

Page 5: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Comment / Uncomment Code Line or Block

Ctrl + /

Page 6: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Open A Type

Ctrl + Shift + T

Page 7: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Show Code Outline

Ctrl + O

Page 8: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Open Declaration

F3

Page 9: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Open Editor

Ctrl + E

Page 10: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Close All Open Editors

Ctrl + Shift + F4

Page 11: Handy Eclipse Shortcuts For Super Productive Developers

Navigate: Maximize or Un-Maximize Tab

Ctrl + M

Page 12: Handy Eclipse Shortcuts For Super Productive Developers

Refactor: Quick Rename

Alt + Shift + R

Page 13: Handy Eclipse Shortcuts For Super Productive Developers

Refactor: Extract Local Variable

Alt + Shift + L

Page 14: Handy Eclipse Shortcuts For Super Productive Developers

Refactor: Convert to Method

Alt + Shift + M

Page 15: Handy Eclipse Shortcuts For Super Productive Developers

Refactor: Move Code To Another Class

Alt + Shift + V

Page 16: Handy Eclipse Shortcuts For Super Productive Developers

Edit: Format Code

Alt + Shift + F

Page 17: Handy Eclipse Shortcuts For Super Productive Developers

Edit: Quick Fix Assist

CTRL + 1

Page 18: Handy Eclipse Shortcuts For Super Productive Developers

Edit: To Lowercase

CTRL + SHIFT + Y

Page 19: Handy Eclipse Shortcuts For Super Productive Developers

Edit: To Uppercase

CTRL + SHIFT + X

Page 20: Handy Eclipse Shortcuts For Super Productive Developers

Edit: Delete Line

CTRL + D

Page 21: Handy Eclipse Shortcuts For Super Productive Developers

Debug: Launch App In Debug

F11

Page 22: Handy Eclipse Shortcuts For Super Productive Developers

Debug: Step Into

F5

Page 23: Handy Eclipse Shortcuts For Super Productive Developers

Debug: Next Step

F6

Page 24: Handy Eclipse Shortcuts For Super Productive Developers

Debug: Step Out

F7

Page 25: Handy Eclipse Shortcuts For Super Productive Developers

Debug: Skip To Next Breakpoint

F8

Page 26: Handy Eclipse Shortcuts For Super Productive Developers

Debug: Jump to Line Number

CTRL + L

Page 27: Handy Eclipse Shortcuts For Super Productive Developers

Build All Projects

CTRL + B

Page 28: Handy Eclipse Shortcuts For Super Productive Developers

Refresh Project or File From Filesystem

F5

Page 29: Handy Eclipse Shortcuts For Super Productive Developers

Other Common Shortcuts: Undo

CTRL + Z

Page 30: Handy Eclipse Shortcuts For Super Productive Developers

Other Common Shortcuts: Redo

CTRL + SHIFT + Z

Page 31: Handy Eclipse Shortcuts For Super Productive Developers

Other Common Shortcuts: Select All

CTRL + A

Page 32: Handy Eclipse Shortcuts For Super Productive Developers

Most Important: List All Shortcuts :)

CTRL + SHIFT + L

Page 33: Handy Eclipse Shortcuts For Super Productive Developers

Thank You

Did you find this document useful?

Please hit the like button. You May Also like to Read

Best Productivity Plugins for Eclipse

15 Useful Tips to Speed Up Eclipse