0% found this document useful (0 votes)
80 views1 page

Cheat Sheet Rebel Eclipse Keyboard Shortcuts

The document provides a cheat sheet of keyboard shortcuts for various actions in coding like searching, navigation, refactoring and code completion for Windows and Mac OS X. The sheet contains the keyboard shortcut, action performed and the equivalent shortcuts for both operating systems to allow quick reference across platforms.

Uploaded by

ni3ma ni3ma
Copyright
© © All Rights Reserved
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)
80 views1 page

Cheat Sheet Rebel Eclipse Keyboard Shortcuts

The document provides a cheat sheet of keyboard shortcuts for various actions in coding like searching, navigation, refactoring and code completion for Windows and Mac OS X. The sheet contains the keyboard shortcut, action performed and the equivalent shortcuts for both operating systems to allow quick reference across platforms.

Uploaded by

ni3ma ni3ma
Copyright
© © All Rights Reserved
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

Keyboard Shortcut Cheat Sheet

Action Windows OS X Action Windows OS X

SEARCH TEXT EDITING ACTIONS

Find usages Ctrl + Shift + G ⌘ + Shift + G Move lines Alt + Up / Down Alt + Up / Down

Find / Replace in file Ctrl + F ⌘+F Delete lines Ctrl + D ⌘+D

Find / Replace in projects Ctrl + H Ctrl + H Copy / Duplicate lines Alt + Shift + Up / Down ⌘ + Alt + Up / Down

Find next Ctrl + J ⌘+K Select identifier Alt + Shift + Up ⌘ + Shift + Up

Format code Ctrl + Shift + F ⌘ + Shift + F


FILE NAVIGATION
Correct indentation Ctrl + I ⌘+I
Open resource / Navigate to file Ctrl + Shift + R ⌘ + Shift + R
Structured selection Alt + Shift + Up Alt + Shift + Up
Open type Ctrl + Shift + T ⌘ + Shift + T
Go to line Ctrl + L ⌘+L CODE NAVIGATION

Tab / File switcher Ctrl + E ⌘+E Find usages / References in workspace Ctrl + Shift + G ⌘ + Shift + G

Quick outline / File structure Ctrl + O ⌘+ O


WINDOWS ACTIONS
Inspect code hierachy Ctrl + T ⌘+T
Maximize active window Ctrl + M ⌘+M
Open / Navigate to declaration F3 F3
Next view (editor) Ctrl + F6 ⌘ + F6
Open / Navigate to type hierarchy F4 F4
Quick switch editor Ctrl + E ⌘+E
Back Alt + Left Alt + Left REFACTORING

Forward Alt + Right Alt + Right Show quick refactoring menu Ctrl + Alt + T ⌘ + Alt + T

Activate editor F12 F12 Rename Ctrl + Alt + R= ⌘ + Alt + R

Surround with Ctrl + Alt + Z ⌘ + Alt + Z


CODE COMPLETION / UNIVERSAL ACCESS
Extract local variable Ctrl + Alt + L ⌘ + Alt + L
Quick fix Ctrl + 1 ⌘+1
Inline Ctrl + Alt + I ⌘ + Alt + I
Code completion Ctrl + Space Ctrl + Space
Extract method Ctrl + Alt + M ⌘ + Alt + M
Shortcuts cheatsheet Ctrl + Shift + L ⌘ + Shift + L
Quick access /search everywhere Ctrl + 3 Ctrl + 3

www.jrebel.com

You might also like