1, Java Smart Tips (1). Open Eclipse and select "Window-preferences" to open. (2). Select "Java-editor-content Assist" on the Directory tree and "Auto-activation" on the right to find the "Auto Activation triggers for Java" option. The default triggering code hint is "." This symbol. (3). In the "Auto Activation triggers for Java" option, set the "." Change:. abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ2, XML Smart Hint (1). Open Eclipse and select "Window-preferences" to open. (2). Select "Xml-editor-content Assist" on the Directory tree and "Auto-activation" on the right to find the "Prompt when these characters is inserted" option. (3). In the "Prompt when these characters is inserted" option, the "<=:," Change: <=:. ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVW (, 3, shortcut keys (1) ctrl+space Description: Content Assistant. Provide tips on methods, variables, parameters, Javadoc, etc., should be shipped in a variety of occasions, in short, you need to prompt the time you can press this shortcut. Note: Avoid the switch settings in the IME conflict with this setting (2) ctrl+shift+space Description: Variable hint (3) ctrl+/Description: Add/Remove//comment, in eclipse2.0, remove annotation as ctrl+\ (4) ctrl+shift+/Description: Add /*/Note (5) ctrl+shift+\ Description: Clear/* */Note (6) ctrl+shift+f Description: Automatic format code (7) ctrl+1 Description: Bulk Modify the variable name in the source code, also available on the catch block. (8) CTRIL+F6 Description: Interface switch (9) ctril+shift+m Description: Find the required package (Ten) Ctril+shift+o Description: Automatically introduce the required package (one) ctrl+alt+s Description: Source code to get a shortcut menu. One of the generate getters and setters and Surround with try/Catchblock is more commonly used. It is recommended that you add them as shortcut keys. Shortcut keys set in WINDOWS->PREFERENCES->WORKBENCH->KEYS4, tracking mode step back F7 Single step skip F6 Step into F5 single-step jump selection Ctrl+f5 Debug last started F11 continue F8 use filter stepping shift+f5 Add/Remove Breakpoints Ctrl+shift+b show Ctrl+d run last start ctrl+f11 run to row Ctrl+rctrl+u Refactoring scope feature shortcut undo Refactoring Alt+shift+z Extraction Method Alt+shift+m extract local variable alt+shift+l inline alt+shift+i move alt+shift+v rename alt+shift+r redo Alt+shift+y
Eclipse IntelliSense and shortcut keys