0% found this document useful (0 votes)
21K views1 page

Eclipse Shortcuts

The document provides Mac and PC keyboard shortcuts for various code editing functions in an IDE, including generating functions, loops, comments, formatting code, finding/replacing text, and navigating recently edited lines. It also lists the preferences menus to open autocomplete and keyboard shortcut settings.

Uploaded by

Derek Banas
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21K views1 page

Eclipse Shortcuts

The document provides Mac and PC keyboard shortcuts for various code editing functions in an IDE, including generating functions, loops, comments, formatting code, finding/replacing text, and navigating recently edited lines. It also lists the preferences menus to open autocomplete and keyboard shortcut settings.

Uploaded by

Derek Banas
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Mac Key Combination Command + Shift + L main + Ctrl + Space public + Ctrl + Space private + Ctrl + Space methodName

+ Ctrl + Space for + Ctrl + Space while + Ctrl + Space try + Ctrl + Space Command + / Command + i Shift + Command + f Command + f Highlight + Alt + Command + m Highlight + Alt + Arrow Keys Highlight + Alt + Command + z Command + Shift + u Ctrl + q

PC Key Combination Ctrl + Shift + L main + Ctrl + Space public + Ctrl + Space private + Ctrl + Space methodName + Ctrl + Space for + Ctrl + Space while + Ctrl + Space try + Ctrl + Space Ctrl + / Ctrl + i Ctrl + Shift + f Ctrl + f Highlight + Alt + Shift + m Highlight + Alt + Arrow Keys Highlight + Alt + Shift + z Ctrl + Shift + u Alt + Left Arrow

What It Does Show Keystroke Shortcuts Generate Main Function Generate Public Function Generate Private Function Generate Function Named methodName Generate 4 for Loops Generate 3 while Loops Generate try / catch Block Generate Comment Line Indent Selected Code Format Code and Fix Spacing Find or Replace Extract Method Moves Code Up & Down the Page Surround Selection with Code Display All References Go to Last Edited Line of Code

Open Autocomplete Shortcuts : Preferences - Java - Editor - Templates Open Keystroke Shortcuts : Preferences - General - Keys

You might also like