

On clicking a Java object and pressing the shortcut given, it will directly take you to the official documentation website. You need to add the official Oracle API docs according to your Java SDK version. You can directly view the object’s data and methods from the location it is used with this magical key combination! Visit official documentation directly from your IDE! Shift+F1 No need to switch between files to check their methods, data types, or schema. Now you will see idea schema on Keys ( Window->Preferences->General->Keys ). Download the latest jar from the following URL Then put the jar on plugins directory of the eclipse and restart the eclipse IDE. It is actually a savior in times! Quick Definition without opening the actual file! Ctrl+Shift+I But suddenly I found an idea key scheme for eclipse. Paste from multiple copied statements using this useful shortcut. Paste the correct copied thing with Paste from Options! Ctrl+Shift+V See the class’s type hierarchy and a method’s call hierarchy with these easy shortcuts. Check Type and call hierarchy Ctrl+H and Ctrl+Alt+H

See the recent locations that you visited or the recently edited files with this handy shortcut. This also allows you to create a test file with customization method options. You can directly go to the test file of the class with the same name with this shortcut. Jump directly to the text file or make a newly customized one! Ctrl+Shift+T
