- il miglior editor (IDE) del mondo! :)
Ctrl+NCreate new project using the WizardCtrl+Alt+NCreate new project, file, class, etc.Alt+F, then . Open project, file, etc.Ctrl+Shift+ROpen Resource (file, folder or project)Alt+EnterShow and access file propertiesCtrl+SSave current fileCtrl+Shift+SSave all filesCtrl+WClose current fileCtrl+Shift+WClose all filesF5Refresh content of selected element with local file system
Focus/cursormust be in Editor Window for these to work.F12Jump to Editor WindowCtrl+Page Down/Ctrl+Page UpSwitch to next editor / switch to previous editorCtrl+MMaximize or un-maximize current Editor Window (also works for other Windows)Ctrl+EShow list of open Editors. Use arrow keys and enter to switchCtrl+F6/Ctrl+Shift+F6 Show list of open Editors. Similar toctrl+ebut switches immediately upon release of ctrlAlt+ArrowLeft/Alt +Arrow Right Go to previous / go to next Editor WindowAlt+-Open Editor Window Option menuCtrl+F10Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, ?)Ctrl+F10, then n Show or hide line numbersCtrl+Shift+QShow or hide the diff column on the left (indicates changes since last save)Ctrl+Shift+ +/-Zoom text in/ out
Home/EndJump to beginning / jump to end of indention. Press home twice to jump to beginning of lineCtrl+Home/End Jump to beginning / jump to end of sourceCtrl+ArrowRight/Arrow Left Jump one word to the left / one word to the rightCtrl+Shift+ArrowDown/Arrow Up Jump to previous / jump to next methodCtrl+LJump to Line Number. To hide/show line numbers, pressctrl+F10and select 'Show Line Numbers'Ctrl+QJump to last location editedCtrl+./``Ctrl+,Jump to next / jump to previous compiler syntax warning or errorCtrl+Shift+PWith a bracket selected: jump to the matching closing or opening bracketCtrl+<sc>+/Ctrl +- on numeric keyboard Collapse / Expand current method or classCtrl+<sc>//Ctrl +* on numeric keyboard Collapse / Expand all methods or classesCtrl+ArrowDown/Ctrl+ArrowUp Scroll Editor without changing cursor positionAlt+PageUp/Alt+Pa ge Down Next Sub-Tab / Previous Sub-Tab
Shift+ArrowRight/ Arrow Left Expand selection by one character to the left / to the rightCtrl+Shift+ArrowRight/Arrow Left Expand selection to next / previous wordShift+ArrowDown/ Arrow Up Expand selection by one line down / one line upShift+End/Home Expand selection to end / to beginning of lineCtrl+ASelect allAlt+Shift+ArrowUp Expand selection to current element (e.g. current one-line expression or content within brackets)Alt+Shift+ArrowLeft/Arrow Right Expand selection to next / previous elementAlt+Shift+ArrowDown Reduce previously expanded selection by one step
Ctrl+C/Ctrl+X/Ctrl+VCut, copy and pasteCtrl+ZUndo last actionCtrl+YRedo last (undone) actionCtrl+DDelete LineAlt+ArrowUp/Arro w Down Move current line or selection up or downCtrl+Alt+ArrowUp/Ctrl+Alt+ArrowDown/ Duplicate current line or selection up or downCtrl+DeleteDelete next wordCtrl+BackspaceDelete previous wordShift+EnterEnter line below current lineShift+Ctrl+Enter`` Enter line above current lineInsertSwitch between insert and overwrite modeShift+Ctrl+Y`` Change selection to all lower caseShift+Ctrl+X`` Change selection to all upper case
Ctrl+FOpen find and replace dialogCtrl+K/Ctrl+Shift+KFind previous / find next occurrence of search term (close find window first)Ctrl+HSearch Workspace (Java Search, Task Search, and File Search)Ctrl+J/Ctrl+Shift+JIncremental search forward / backwards. Type search term after pressingctrl+j, there is now search windowCtrl+Shift+OOpen a resource search dialog to find any class
Tab/Shift+TabIncrease / decrease indent of selected textCtrl+ICorrect indention of selected text or of current lineCtrl+Shift+FAutoformat all code in Editor using code formatterCtrl+/Comment / uncomment line or selection ( adds '//' )- `Ctrl+hift+/`` Add Block Comment around selection ( adds '/... */' )
- `Ctrl+hift+`` Remove Block Comment
Alt+Shift+JAdd Element Comment ( adds '/** ... */')
Ctrl+SpaceOpens Content Assist (e.g. show available methods or field names)Ctrl+1Open Quick Fix and Quick AssistAlt+/Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct nameCtrl+Shift+InsertDeactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)
Ctrl+OShow code outline / structureF2Open class, method, or variable information (tooltip text)F3Open Declaration: Jump to Declaration of selected class, method, or parameterF4Open Type Hierarchy window for selected itemCtrl+TShow / open Quick Type Hierarchy for selected itemCtrl+Shift+TOpen Type in HierarchyCtrl+Alt+HOpen Call HierarchyCtrl+Shift+UFind occurrences of expression in current fileCtrl+moveover method Open Declaration or Implementation
Alt+Shift+RRename selected element and all referencesAlt+Shift+VMove selected element to other class or file (With complete method or class selected)Alt+Shift+CChange method signature (with method name selected)Alt+Shift+MExtract selection to methodAlt+Shift+LExtract local variable: Create and assigns a variable from a selected expressionAlt+Shift+IInline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)
Ctrl+F11Save and launch application (run)F11DebugF5Step Into functionF6Next step (line by line)F7Step outF8Skip to next Breakpoint
Ctrl+F7/Ctrl+Shift+F7 Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.Ctrl+F8/Ctrl+Shift+F8 Switch forward / backward between perspectivesCtrl+PPrintF1Open Eclipse HelpShift+F10Show Context Menu right click with mouse
Ctrl+Alt+SSynchronize with RepositoryCtrl+Alt+CCommitCtrl+Alt+UUpdateCtrl+Alt+DUpdate to RevisionCtrl+Alt+EMergeCtrl+Alt+TShow PropertiesCtrl+Alt+IAdd to svn:ignore