Also used back to eclipse, only to find a lot of shortcut keys have been forgotten, long so big, and how many things will eventually be forgotten.
-to the youth who will slowly forget.
CMD + 3: Quick access > Quick access to various content of Eclipse, including editor, navigation, window, command, quick action and so on.
CMD + Shift + T: Opens type > Displays the "Open Type Hierarchy" dialog box to open the type in the editor. such as classes, interfaces, and so on.
CMD + Shift + R: Opens the Resource > Opens the Open Resource dialog box to open any resource in the workspace. Enter the file or wildcard character you want to find.
CMD + q-o: Quick outline > Open "Outline" for the currently selected type. Quickly locate member variables (such as fields, methods).
CMD + L-Enter number of lines: Go to line > Quick jump to line number.
Ctrl + Q: Last edit location
CMD + [/cmd +]: previous/Next action position.
CMD + T: Quick type hierarchy > Open lightweight Hierarchy Viewer for the currently selected type, you can implement a quick go to a supertype or subtype.
CMD + E: Quick jump to another editor
CMD +. : Quickly navigate to the next problem (such as errors, warnings, etc.) in a file
Eclipse common file operation and quick locate shortcut keys under Mac