[Repost] Eclipse Shortcut Key Guide

xiaoxiao2021-03-30  186

Editing Scheme Function Shortcuts Global Find and Replacing Ctrl F Text Editor Find Previous Ctrl Shift K Text Editor Find Next Ctrl K Global Undo CTRL Z Global Copy Ctrl C Global Recovery Previous Selection ALT SHIFT ↓ Global cut Ctrl X Global Fast Correction CTRL1 1 Global Content Auxiliary ALT / Global All CTRL A Global Delete DELETE Global Context Information ALT ? ALT SHIFT ? CTRL SHIFT SPACE JAVA Editor Display Tool Tips Description F2 Java Editor Select Package Element Alt Shift ↑ Java Editor Select the above Element Alt Shift ← Java Editor Select the next element Alt Shift → Text Editor Increment Find CTRL J Text Editor Increment Reversible Ctrl Shift J Global Paste Ctrl V Global Redo Ctrl Y View Scope Function Shortcuts Global Zoom CTRL = Global Reduce Ctrl - Window Scope Functional Express Key Operation Editor F12 Global Switch Editor Ctrl Shift W Global Previous Editor Ctrl Shift F6 Global Previous View Ctrl Shift F7 Global Previous Perspective Ctrl SHIFT F8 Global Next Editor CTRL F6 Global Next View Ctrl F7 Global Next Perspective Ctrl F8 Text Editor Shows Ruler Context Menu Ctrl W Global Display View Menu Ctrl F10 Global Display System Menu Alt - Navigation Scheme Features Shortcuts Java Editor Open Structure Ctrl F3 Global Open Type CTRL SHIFT T Global Opening Type Hierarchy F4 Global Open Declaration F3 Global Open External Javadoc Shift F2 Global Open Resource Ctrl Shift R Global Back History ALT ← Global Progressive History ALT → Global Previous Ctrl , the global next Ctrl . Java editor displays the Outline Ctrl O global in the hierarchy Ctrl Shift h globally transferred parentheses Ctrl Shift P global transfer to the previous editing location Ctrl q JAVA Editor Go to the previous member Ctrl Shift ↑ Java editor to the next member Ctrl Shift ↓ Text Editor Go to the row Ctrl L Search Scheme Function Shortcuts Global appears in the file Ctrl Shift U Open Search Dialog box Ctrl H Declaration in the Global Workspace Ctrl G In Global Workspace CTRL SHIFT G Text Editing Scheme Function Shortcut Text Editor Rewriting Switch Insert Text Editor Row Ctrl ↑ Text Editor Row CTRL ↓ File Scope Function Shortcuts Global Save CTRL X CTRL S Global Print Ctrl P Global Turn CTRL F4 Global All Save Ctrl Shift S Global All Close Ctrl Shift F4 Global Properties Alt Enter Global New CTRL N Project Scope Function Shortcuts Global All build Ctrl B source code scope function shortcuts Java editor format Ctrl Shift

F Java Editor Cancel Ctrl / Java Editor Note Ctrl / Java Editor Add Import Ctrl Shift M Java Editor Organization Import Ctrl Shift O Java Editor Use TRY / CATCH block to surround it, too common So listen here, it is recommended to set it yourself. You can also automatically correct using Ctrl 1. Running domain feature shortcuts global single step back F7 global single step skip F6 global single step jump into the F5 global single-step jump into the selection Ctrl F5 global debugging last start F11 global continuation F8 globally using filter single step execution SHIFT F5 Global Add / Remove Breakpoint Ctrl Shift B Global Display Ctrl D Global Run Last Last Ctrl F11 Global Run to Row CTRL R Global Perform CTRL U Reconstruction Scheme Function Shortcuts Global Undo Reconstruction ALT SHIFT Z global extraction method ALT SHIFT M global extraction local variables Alt Shift L Global Inline Alt Shift I Global Mobile ALT SHIFT V Global Rename Alt Shift R Global Redo Alt SHIFT Y hotkey: Template: Alt / modification: window -> preference setting -> Workbench -> Button -> Edit -> Content Auxiliary. Personal habits: Shift Space. Easy to say: When editing the program code, play the SYSOUT TEMPLATE start button, it will automatically appear: system.out.println (); Set the format of Template: Window -> Predictive Set -> Java-> Editor -> Template. Program code automatic version: CTRL SHIFT F Modification: Window -> Prediction Set -> Workbench -> Button -> Program Code -> Format. Personal habits: alt z. Automatic Typing Settings: Window -> Predictive Set -> Java-> Program Code Format Producer. Style page -> will insert Tab (rather than air bobs), the option cancels the number of spaces below 4, so that the row is protruded in a space 4 when auto-arrangement. Quick execution program: Ctrl F11 personal habits: Alt X modification: window -> preference setting -> Workbench-> button -> Execution -> The previous startup job last. Simple explanation: When executed, it will ask you to perform mode, set it, then press this hotkey in the future, it will execute quickly. .. I feel very pleasant ^ ___ ^ automatic exchange required category: Ctrl Shift o Easy explanation: Suppose we don't have any type of IMPORT, We entered in the program: bufferedreader buf = new bufferedReader (new inputReader (system.in)); at this time, Eclipse will say that there is no way to enter the category. At this time, we will use Ctrl Shift O, it will automatically help Our Import Category. View the original code of the category: CTRL mouse left mock click Easy Description: You can see the original code of the category.

Tap the selected text: Ctrl / Easy Description: It is convenient to debug. Modify: Window -> His Settings -> Workbench-> Button -> Program Code -> Batch View Scene Synthesis: Ctrl F8 Personal Habits: Alt S. Modify: Window -> Predictive Setting -> Workbench -> Button -> Window -> Next View. Simple explanation: It can be convenient for us to quickly switch editing, amplifies and more. Teaching: A set of Eclipse can switch, English, traditional, and simplified: 1. First install the Chinese cultural package. 2. Additional parameters after the shortcuts of the desktop, English-> -nl "zh_us" Traditional -> -nl "zh_tw" Simplified -> -nl "zh_cn". (Other languages ​​are pushed out in this class) After I am 2.1.2 Chinese, I added the parameter -N1 "zh_us" on my desktop Eclipse shortcut. "C: / program files / eclipse / eclipse.exe" -n "zh_us" interface will change back to English. With Eclipse, you don't have to reorganize the program code when you Word Edit: Copy the program code of the Eclipse program editing area (Ctrl V), directly (Ctrl V) to Word or WordPad, you will find In the program code format in Word, like Eclipse, including font, regeneration, keyword colors. I have tried JBuilder, Gel, NetBeans ... When using copy, only the constitutive format is the same, the font, color, etc. will not change. Equipment: Floor installation: After downloading the plug-in package, you will find it to decompress, you will find the 2 data clips of Features, Plugins, copy or move the things in the Eclipse, and the plugins data ends, Restart Eclipse. Let Eclipse can use the tractue to construct the plug-in as JBuilderx: 1.jigloo swt / swing gui builder: http://cloudgarden.com/jigloo/index.html Download this version: Jigloo Plugin for Eclipse (Using Java 1.4 OR 1.5 ) After installation, you can use the file-> new-> other-> GUI Form to select the GUI type to construct. 2. Eclipse Visual Editor Project: http://www.eclipse.org/VEP/ Click Download Page below, then select Latest Release 0.5.0 Enter the download. In addition to Ve-Runtime 0.5.0.zip to download, the following 2 also: EMF Build 1.1.1: (Download Zip) Gef Build 2.0: (Download Zip) (Download Zip) M8 version, please download: EMF Build I200403250631GEF Build I20040330VE -Runtime-1.0m1 After installation is successful, you can start UI design by file-> new-> Visual Class. After the installation is successful, you can start designing the GUI type to be constructed by newness -> Java-> AWT and SWING. VE must cooperate with the corresponding version to use it normally, otherwise there will still have problems even if the installation is successful.

转载请注明原文地址:https://www.9cbs.com/read-130614.html

New Post(0)