0% found this document useful (0 votes)
93 views

Eclipse Cheatsheet

This document provides a summary of keyboard shortcuts for navigating, editing, and refactoring code in the Eclipse IDE. Some key shortcuts include Ctrl + 3 for quick access to trigger commands, Ctrl + Shift + R/T for searching resources and types, Alt + ←/→ for moving between editors, and F11 for debugging in the IDE. Additional shortcuts allow for formatting, organizing imports, toggling comments, renaming variables, and more efficient editing and refactoring of code in Eclipse.

Uploaded by

nepoznate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views

Eclipse Cheatsheet

This document provides a summary of keyboard shortcuts for navigating, editing, and refactoring code in the Eclipse IDE. Some key shortcuts include Ctrl + 3 for quick access to trigger commands, Ctrl + Shift + R/T for searching resources and types, Alt + ←/→ for moving between editors, and F11 for debugging in the IDE. Additional shortcuts allow for formatting, organizing imports, toggling comments, renaming variables, and more efficient editing and refactoring of code in Eclipse.

Uploaded by

nepoznate
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Eclipse IDE Cheatsheet

Quick Access
Ctrl + 3 - Quick Access allows to trigger everything
Navigation
Ctrl + Shift + R - Search dialog for resources
Ctrl + Shift + T - Search dialog for Java Types
Alt + - Go to previous opened editor
Alt + - Similar to Alt + but opens the next editor
Ctrl + Q - Go to last edited position in editor
Starting programs
Ctrl + F11 - Run last launched
F11 - Start in debug mode
Pressing Ctrl while clicking Debug or Run Button
opens the particular Run Conguration
Editing

Class navigation and search


Ctrl
Ctrl
Ctrl
F3 Ctrl
Ctrl

+ Shift + G - Find references in the workspace


+ Alt + H - Call hierarchy of the current method
+ K - Move to the next selected item
Go into selected class or element
+ J - Inline search in the current editor
+ H - Open Search dialog

More on editing
Ctrl + Shift + F - Format source code
Ctrl + Shift + O - Organize the imports
Ctrl + Shift + C - Toogle comment for selection
Ctrl + D - Delete current line in the editor
Ctrl + Shift + DEL - Delete until end of the line
Shift + Enter - Insert line break at cursor position
Shift + Alt + R - Rename variables and more
Ctrl + Alt + Z - Wrap selected code into a block

Shift + Alt + S - Open Source Menu


Shift + Alt + T - Open Refactor Menu
Ctrl + S - Save current editor
Ctrl + 1 - Quickx; result depending on cursor position
Ctrl + Space - Content assist/ code completion
Ctrl + M - Maximize / minimize active editor or view

Variable assignment

TRAINING
http://www.vogella.com/training/

SERVICE & SUPPORT


http://www.vogella.com/consulting/

Ctrl + 2, L - Assign statement to new local variable


Ctrl + 2, F - Assign statement to new eld

You can contact us under Email: [email protected] Tel: +49 40 7880 4360

You might also like