Some other useful shortcuts:
- Alt + Shift + R : R ename
- Alt + Shift + Y : Word Wrap
- Alt + Shift + V : move selected items
- Alt + Shift + I : I'm nline refactoring
- Alt + Shift + M : Extract Menit refactoring.
- Alt + Shift + L : Extract OCAL variable l
- Alt + Shift + A : block selection mode
- Alt + Shift + Arrow Keys : select include elements
- Alt + Shift + F1 : Focus on the eclipse element to find out the implementation details of the plugin.
- Alt + Shift + F2 : plugin implementation details.
- F4 : Type Hierarchy
- Ctrl + Shift + T : Open T Type
- Ctrl + Shift + H : open type in H ierarchy
- Ctrl + Alt + H : Call H ierarchy
- Ctrl + Shift + G : link in the workspace
- Ctrl + Alt + G : quick search for selected text
- Ctrl + Shift + O : Import About rganize
- Ctrl + Shift + M : add import for the currently selected.
- Ctrl + Shift + L : Shows you Sleep your specific keyboard shortcuts
- Ctrl + Shift + U : entering the current file
- Ctrl + Shift + A : A rtifact open plugin
- Ctrl + Shift + { : two parallel editors with the current file
- Ctrl + Shift + Space : tooltips
- Ctrl + Shift + Mouse over: to view javadoc
- Shift + Mouse over: to view source code
- Ctrl + Space : Content Helper
- Ctrl + F3 / O : structure
- Ctrl + T : T Type Hierarchy
- Ctrl + H : open the search dialog
- Ctrl + 1 : quick fix
- Ctrl + Shift + NUM_KEYPAD_DIVIDE : collapse all code blocks
- Ctrl + Shift + NUM_KEYPAD_MULTIPLY : open all blocks of code
- Alt + left arrow : open a recently closed file
Ctrl + Shift + any key: direct actions (mostly in the text)
Alt + Shift + any key: indirect actions
Ctrl Initially, it was used to send a control character to the terminals. Ctrl commands are commonly used keyboard shortcuts. (In Mac Command )
Alt Allows alternative use of other keys.
The above shortcuts are used by default if we want to change the shortcuts we can make. In eclipse -> Windows -> settings -> keys. Where we can find all the labels with full information:

as well as
https://shortcutworld.com/IntelliJ-IDEA/win/IntelliJ_Shortcuts https://shortcutworld.com/Eclipse/win/Eclipse-Helios_Shortcuts
Premraj Nov 03 '16 at 0:25 2016-11-03 00:25
source share