Shortcuts Eclipse Helios for MacOS

111 shortcuts2,180 views
Open Trainer

Text Selection Shortcuts

macOSAction
Ctrl+Shift+Left ArrowSelect Previous Element
Ctrl+Shift+Right ArrowSelect Next Element
Shift+Option+Left ArrowSelect Previous Word
Shift+Option+Right ArrowSelect Next Word
Command+Option+AToggle Block Selection
Command+Shift+Left ArrowSelect Line to Start
Command+Shift+Right ArrowSelect Line to End

Text Editing Shortcuts

macOSAction
Command+DDelete Line
Command+Shift+XUppercase
Command+Shift+YLowercase
Shift+EnterInsert Line Below current line
Command+Shift+EnterInsert Line Above current line
Command+Shift+DelDelete to End of Line
Command+Option+Up ArrowCopy line above Current line
Command+Option+Down ArrowCopy line below Current line
Option+DelDelete Next Word
Option+BkspaceDelete Previous Word
Option+Up ArrowMove line Up
Option+Down ArrowMove line Down
Ctrl+.Complete the Word
Command+Shift+OOrganize Imports
Command+/Toggle Comment
Command+Left ArrowStart line
Command+Right ArrowEnd Line
Command+C/Command+X/Command+VCopy /Cut/Paste Text
Command+EOprn Editor

Java Source Code Editing

macOSAction
Command+Ctrl+/Add Block Element
Command+Ctrl+\Remove Block Element
Command+Shift+FFormat
Command+Shift+MAdd Import
Command+Option+JAdd Javadoc Comment
Command+Option+OToggle Mark Ocurences
Command+Option+URemove Occurences Annotations
Command+Option+ZSurround With Quick Menu

Quick Assist Shortcuts

macOSAction
Command+2FAssign to Field
Command+2LAssign to Local Variable
Command+2RRename in File

Navigation Shortcuts

macOSAction
Command+LGo to Line
Command+OQuick Outline
Command+F8Switching
F3Move Cursor to Declaration
Command+,Go to Previous Problem
Command+Shift+PWith a bracket selected: jump to the matching closing or opening bracket

Refactoring Shortcuts

macOSAction
Command+Option+IInline
Command+Option+MExtract Method
Command+Option+CCharge Method Signature
Command+Option+LExtract Local Variable
Command+Option+RRename Refactor
Command+Option+TShow Refactor Quick Menu
Command+Option+VMove Refactor

Find and Replace Shortcuts

macOSAction
Command+Shift+KFind Previous
Command+Shift+GSearch Refrences in workspace
Command+Shift+UShow Occureences in File Quick Menu
Command+FFind anf Replace
Command+Option+GFind Text in WorkSpace
Ctrl+HOpen Search Dialog

Debugging

macOSAction
Command+Ctrl+Option+DADebug Java Applet
Command+Ctrl+Option+DEDebug Eclipse Application
Command+Ctrl+Option+DJDebug Java Application
Command+Ctrl+Option+DODebug OSGI Framework
Command+Ctrl+Option+DPDebug Junit Plug-in Test
Command+Ctrl+Option+DQDebug Ant Build
Command+Ctrl+Option+DTDebug Junit Test
Command+RRun to Line
Shift+Option+DRDebug on Server

Run

macOSAction
Command+Option+XARun Java Applet
Command+Option+XERun Eclipse Application
Command+Option+XJRun Java Application
Command+Option+XORun OSGI Framework
Command+Option+XPRun Junit Plug-in Test
Command+Option+XQRun Ant Build
Command+Option+XTRun Junit Test
Shift+Option+XRRun on Server

Miscellaneous Shortcuts

macOSAction
Command+.Next Window
Command+1Quick Fix
Command+Backward History
Command+QLast Edit Location
Ctrl+DEnd of File
Command+GDeclaration in Workspace
Option+NNew local task
Command+=Zoom in
Command+Shift+ROpen Resource
Command+Shift+DDisplay
Command+Shift+Option+MOpen Menifest
Command+Shift+IInspect
Command+Shift+MMaximize Part of Task
Command+Shift+>Previous Window
Command+Option+SDisplay Source Quick Menu
Command+Option+FForce Return
Command+Option+RShow in….
Ctrl+Shift+QQuick Different Toggle
Ctrl+Shift+SpacebarContext information
Ctrl+SpacebarContent assist
Ctrl+Option+HOpen Call Hierarchy
Shift+Option+GGenerate Code
Shift+Option+SSubmit Task
Command+3Focus to Quick Access
Command+F11Run the Current Upload Java Classs
F4Show Type Hierarchy of Current java class
Command+MMaximize Java editor
Command+Shift+PMove Cursor to Matching Bracket

Task View Shortcuts

macOSAction
Shift+Option+CMark Task complete
Shift+Option+IMark Task Incomplete
Shift+Option+RMark as Read
Shift+Option+UMark as Unread
Shift+Option+Up ArrowMark as Read and Move to Previous
Shift+Option+Down ArrowMark as Unread and Move to Next
Shift+Option+NNew Subtask
Command+EnterOpen Selected Task
Option+Up ArrowGo to Previous Unread Task
Option+Down ArrowGo to Next Unread Task