

On clicking a Java object and pressing the shortcut given, it will directly take you to the official documentation website. To assign multiple keyboard shortcuts to a function, select Add, and enter or record an additional key. Select Record, press the keys to use as the keyboard shortcut, and select Stop Recording when you are done. You need to add the official Oracle API docs according to your Java SDK version. In the Key Sequence field, you have the following options: Enter the shortcut key you want to associate with the selected command. 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. It is actually a savior in times! Quick Definition without opening the actual file! Ctrl+Shift+I 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
