Eclipse Shortcuts - Tutorial

Eclipse Shortcuts - Tutorial

Lars Vogel (c) 2009, 2017 vogella GmbHVersion 2.8,25.04.2017

Table of Contents

Shortcut

Description

Ctrl+Shift+R

Search dialog for resources, e.g., text files

Ctrl+Shift+T

Search dialog for Java Types

Ctrl+F8

Shortcut for switching perspectives

Table 1. Navigation

Shortcut

Description

Ctrl+E

Search dialog to select an editor from the currently open editors

Alt+

Go to previous opened editor. Cursor is placed where it was before you opened the next editor

Alt+

Similar Alt + ← but opens the next editor

Ctrl+Q

Go to editor and the position in this editor where the last edit was done

Ctrl+PageUp

Switch to previous opened editor

Ctrl+PageDown

Switch to next opened editor

Table 2. Navigation between editors

Shortcut

Description

Ctrl+F7

Shortcut for switching views. Choose the view to switch to with your mouse or cycle through the entries with repeating the keystroke

Shift+Alt+Q

Open menu for switch view keybindings

Shift+Alt+Q+P

Show package explorer

Shift+Alt+Q+C

Show console

Table 3. Navigation between views

4. Start Java programs

Shortcut

Description

Ctrl+F11

Run last launched

F11

Run last launched in debug mode

Ctrl+Alt+B

Skip all breakpoints. Let's you use debug mode for code reloading

Alt+Shift+X+J

Run current selected class as Java application

Alt+Shift+X+T

Run JUnit test

Alt+Shift+X+P

Run JUnit Plug-in test

Table 4. Running programs

5. Editing in the Java editor

Shortcut

Description

Shift+Alt+

Selects enclosing elements.,result depending on cursor position

Table 5. Handling the editor

Shortcut

Description

Ctrl+1

Quickfix; result depending on cursor position

Ctrl+Space

Content assist/ code completion

Ctrl+T

Show the inheritance tree of the current Java class or method.

Ctrl+O

Show all methods of the current class, press Ctrl + O again to show the inherited methods.

Ctrl+M

Maximize active editor or view

Ctrl+Shift+F

Format source code

Ctrl+I

Correct indentation, e.g., format tabs/whitespaces in code

Ctrl+F

Opens the find dialog

Shift+Enter

Adds a link break at the end of the line

Ctrl+Shift+O

Organize the imports; adds missing import statements and removes unused ones

Alt+Shift+Z

Wrap the select block of code into a block, e.g. try/catch.

Table 6. Handling the editor

Shortcut

Description

Ctrl+ or Ctrl+

Move one text element in the editor to the left or right

Ctrl+ or Ctrl+

Scroll up / down a line in the editor

Ctrl+Shift+P

Go to the matching bracket

Shift+Cursor movement

Select text from the starting position of the cursor

Alt+Shift ↑ / ↓

Select the previous / next syntactical element

Alt+Shift ↑ / ↓ / ← / →

Extending / reducing the selection of the previous / next syntactical element

Table 7. Cursor navigation and text selection

Shortcut

Description

Ctrl+Alt+

Copy current line below the line in which the cursor is placed

Ctrl+Alt+

Copy current line above the line in which the cursor is placed

Alt+Up

Move line one line up

Alt+Down

Move line one line down

Table 8. Copy and move lines

Shortcut

Description

Ctrl+D

Deletes line

Ctrl+Shift+DEL

Delete until end of line

Ctrl+DEL

Delete next element

Ctrl+BACKSPACE

Delete previous element

Table 9. Delete

Shortcut

Description

Shift+Enter

Adds a blank line below the current line and moves the cursor to the new line. The difference between a regular enter is that the currently line is unchanged, independently of the position of the cursor.

Ctrl+Shift+Enter

Same as Shift + Enter but above

Table 10. Create new lines

Shortcut

Description

Ctrl+2+L

Assign statement to new local variable

Ctrl+2+F

Assign statement to new field

Table 11. Variable assignment

6. Coding

Shortcut

Description

Shift+F2

Show the Javadoc for the selected type / class / method

Alt+Shift+N

Shortcut for the menu to create new objects

Alt+Shift+Z

Surround block with try and catch

Table 12. Coding

7. Refactoring

Shortcut

Description

Alt+Shift+R

Rename

Ctrl+2+R

Rename locally (in file), faster than Alt + Shift + R

Alt+Shift+T

Opens the context-sensitive refactoring menu, e.g., displays

Table 13. Refactoring

8. Minimum

The following shortcuts are the absolute minimum a developer should be familiar with to work efficient in Eclipse.

Shortcut

Description

Ctrl+S

Saves current editor

Ctrl+1

Quickfix; shows potential fixes for warnings, errors or shows possible actions

Ctrl+Space

Content assist/ code completion

Ctrl+Q

Goes to the last edited position

Ctrl+D

Deletes current line in the editor

Ctrl+Shift+O

Adjusts the imports statements in the current Java source file

Ctrl+2+L or F

Assign statement to new local variable or field

Ctrl+Shift+T

Open Type Dialog

Ctrl+O

Shows quick outline of a class

Ctrl+F11

Run last launched application

Shift+F10

Opens context menu. Keyboard equivalent to Mouse2

Ctrl+F10

Opens view menu for current view.

Table 14. Must known shortcuts

9. About this website

Support free content

Questions and discussion

Tutorial & code license

Get the source code

10. Links and Literature

Nothing listed.

10.1. vogella GmbH training and consulting support

TRAINING

SERVICE & SUPPORT

The vogella company provides comprehensive training and education services from experts in the areas of Eclipse RCP, Android, Git, Java, Gradle and Spring. We offer both public and inhouse training. Whichever course you decide to take, you are guaranteed to experience what many before you refer to as "The best IT class I have ever attended".

The vogella company offers expert consulting services, development support and coaching. Our customers range from Fortune 100 corporations to individual developers.

Appendix A: Copyright and License

Copyright © 2012-2017 vogella GmbH. Free use of the software examples is granted under the terms of the EPL License. This tutorial is published under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Germany license.

See Licence.

   

来自 <http://www.vogella.com/tutorials/EclipseShortcuts/article.html#coding>

103 Shortcuts for Eclipse Helios (Windows)  [edit]

Platform: win [add]

Related: Eclipse IndexIDE ShortcutsWindows Shortcuts

Export as: PDFSpreadsheetPrinter-friendly

Table of Contents:

1. Manage Files and Projects

  

Ctrl+N

Create new project using the Wizard

Ctrl+Alt+N

Create new project, file, class, etc.

Alt+F, then .

Open project, file, etc.

Ctrl+Shift+R

Open Resource (file, folder or project)

Alt+Enter

Show and access file properties

Ctrl+S

Save current file

Ctrl+Shift+S

Save all files

Ctrl+W

Close current file

Ctrl+Shift+W

Close all files

F5

Refresh content of selected element with local file system

▲ up

2. Editor Window

  

Focus/ cursor must be in Editor Window for these to work.

  

F12

Jump to Editor Window

Ctrl+Page Down/Ctrl+Page Up

Switch to next editor / switch to previous editor

Ctrl+M

Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl+E

Show list of open Editors. Use arrow keys and enter to switch

Ctrl+F6/Ctrl+Shift+F6

Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Alt+Arrow Left/Alt+Arrow Right

Go to previous / go to next Editor Window

Alt+-

Open Editor Window Option menu

Ctrl+F10

Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl+F10, then n

Show or hide line numbers

Ctrl+Shift+Q

Show or hide the diff column on the left (indicates changes since last save)

Ctrl+Shift++/-

Zoom text in/ out

▲ up

3. Navigate in Editor

  

Home/End

Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Ctrl+Home/End

Jump to beginning / jump to end of source

Ctrl+Arrow Right/Arrow Left

Jump one word to the left / one word to the right

Ctrl+Shift+Arrow Down/Arrow Up

Jump to previous / jump to next method

Ctrl+L

Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl+Q

Jump to last location edited

Ctrl+./Ctrl+,

Jump to next / jump to previous compiler syntax warning or error

Ctrl+Shift+P

With a bracket selected: jump to the matching closing or opening bracket

Ctrl+[+]/Ctrl+- on numeric keyboard

Collapse / Expand current method or class

Ctrl+[/]/Ctrl+* on numeric keyboard

Collapse / Expand all methods or classes

Ctrl+Arrow Down/Ctrl+Arrow Up

Scroll Editor without changing cursor position

Alt+Page Up/Alt+Page Down

Next Sub-Tab / Previous Sub-Tab

▲ up

4. Select Text

  

Shift+Arrow Right/Arrow Left

Expand selection by one character to the left / to the right

Ctrl+Shift+Arrow Right/Arrow Left

Expand selection to next / previous word

Shift+Arrow Down/Arrow Up

Expand selection by one line down / one line up

Shift+End/Home

Expand selection to end / to beginning of line

Ctrl+A

Select all

Alt+Shift+Arrow Up

Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt+Shift+Arrow Left/Arrow Right

Expand selection to next / previous element

Alt+Shift+Arrow Down

Reduce previously expanded selection by one step

▲ up

5. Edit Text

  

Ctrl+C/Ctrl+X/Ctrl+V

Cut, copy and paste

Ctrl+Z

Undo last action

Ctrl+Y

Redo last (undone) action

Ctrl+D

Delete Line

Alt+Arrow Up/Arrow Down

Move current line or selection up or down

Ctrl+Alt+Arrow Up/Ctrl+Alt+Arrow Down/

Duplicate current line or selection up or down

Ctrl+Delete

Delete next word

Ctrl+Backspace

Delete previous word

Shift+Enter

Enter line below current line

Shift+Ctrl+Enter

Enter line above current line

Insert

Switch between insert and overwrite mode

Shift+Ctrl+Y

Change selection to all lower case

Shift+Ctrl+X

Change selection to all upper case

▲ up

6. Search and Replace

  

Ctrl+F

Open find and replace dialog

Ctrl+K/Ctrl+Shift+K

Find previous / find next occurrence of search term (close find window first)

Ctrl+H

Search Workspace (Java Search, Task Search, and File Search)

Ctrl+J/Ctrl+Shift+J

Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl+Shift+O

Open a resource search dialog to find any class

▲ up

7. Indentions and Comments

  

Tab/Shift+Tab

Increase / decrease indent of selected text

Ctrl+I

Correct indention of selected text or of current line

Ctrl+Shift+F

Autoformat all code in Editor using code formatter

Ctrl+/

Comment / uncomment line or selection ( adds '//' )

Ctrl+Shift+/

Add Block Comment around selection ( adds '/... */' )

Ctrl+Shift+\

Remove Block Comment

Alt+Shift+J

Add Element Comment ( adds '/** ... */')

▲ up

8. Editing Source Code

  

Ctrl+Space

Opens Content Assist (e.g. show available methods or field names)

Ctrl+1

Open Quick Fix and Quick Assist

Alt+/

Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Ctrl+Shift+Insert

Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

▲ up

9. Code Information

  

Ctrl+O

Show code outline / structure

F2

Open class, method, or variable information (tooltip text)

F3

Open Declaration: Jump to Declaration of selected class, method, or parameter

F4

Open Type Hierarchy window for selected item

Ctrl+T

Show / open Quick Type Hierarchy for selected item

Ctrl+Shift+T

Open Type in Hierarchy

Ctrl+Alt+H

Open Call Hierarchy

Ctrl+Shift+U

Find occurrences of expression in current file

Ctrl+move over method

Open Declaration or Implementation

▲ up

10. Refactoring

  

Alt+Shift+R

Rename selected element and all references

Alt+Shift+V

Move selected element to other class or file (With complete method or class selected)

Alt+Shift+C

Change method signature (with method name selected)

Alt+Shift+M

Extract selection to method

Alt+Shift+L

Extract local variable: Create and assigns a variable from a selected expression

Alt+Shift+I

Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

▲ up

11. Run and Debug

  

Ctrl+F11

Save and launch application (run)

F11

Debug

F5

Step Into function

F6

Next step (line by line)

F7

Step out

F8

Skip to next Breakpoint

▲ up

12. The Rest

  

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 perspectives

Ctrl+P

Print

F1

Open Eclipse Help

Shift+F10

Show Context Menu right click with mouse

▲ up

13. Team (SVN Subversive)

  

Ctrl+Alt+S

Synchronize with Repository

Ctrl+Alt+C

Commit

Ctrl+Alt+U

Update

Ctrl+Alt+D

Update to Revision

Ctrl+Alt+E

Merge

Ctrl+Alt+T

Show Properties

Ctrl+Alt+I

Add to svn:ignore

▲ up

   

Uploaded by berndupdated on 1/7/2017 by bernd

   

来自 <https://shortcutworld.com/Eclipse/win/Eclipse-Helios_Shortcuts>

   

Eclipse Shortcuts

Edit

Content Assist

Ctrl+Space

In Dialogs and Windows

Edit

Context Information

Ctrl+Shift+Space

In Windows

Edit

Copy

Ctrl+C

In Dialogs and Windows

Edit

Copy

Ctrl+Insert

In Dialogs and Windows

Edit

Cut

Ctrl+X

In Dialogs and Windows

Edit

Cut

Shift+Delete

In Dialogs and Windows

Edit

Delete

Delete

In Windows

Edit

Find Next

Ctrl+K

Editing Text

Edit

Find Previous

Ctrl+Shift+K

Editing Text

Edit

Find and Replace

Ctrl+F

In Windows

Edit

Incremental Find

Ctrl+J

Editing Text

Edit

Incremental Find Reverse

Ctrl+Shift+J

Editing Text

Edit

Paste

Ctrl+V

In Dialogs and Windows

Edit

Paste

Shift+Insert

In Dialogs and Windows

Edit

Quick Diff Toggle

Ctrl+Shift+Q

Editing Text

Edit

Quick Fix

Ctrl+1

In Windows

Edit

Redo

Ctrl+Y

In Windows

Edit

Restore Last Selection

Alt+Shift+Down

Editing Java Source

Edit

Select All

Ctrl+A

In Dialogs and Windows

Edit

Select Enclosing Element

Alt+Shift+Up

Editing Java Source

Edit

Select Next Element

Alt+Shift+Right

Editing Java Source

Edit

Select Previous Element

Alt+Shift+Left

Editing Java Source

Edit

Show Tooltip Description

F2

Editing Java Source

Edit

Toggle Insert Mode

Ctrl+Shift+Insert

Editing Text

Edit

Undo

Ctrl+Z

In Windows

Edit

Word Completion

Alt+/

Editing Text

File

Close

Ctrl+F4

In Windows

File

Close

Ctrl+W

In Windows

File

Close All

Ctrl+Shift+F4

In Windows

File

Close All

Ctrl+Shift+W

In Windows

File

New

Ctrl+N

In Windows

File

New menu

Alt+Shift+N

In Windows

File

Print

Ctrl+P

In Windows

File

Properties

Alt+Enter

In Windows

File

Refresh

F5

In Windows

File

Rename

F2

In Windows

File

Save

Ctrl+S

In Windows

File

Save All

Ctrl+Shift+S

In Windows

Navigate

Backward History

Alt+Left

In Windows

Navigate

Forward History

Alt+Right

In Windows

Navigate

Go to Line

Ctrl+L

Editing Text

Navigate

Go to Matching Bracket

Ctrl+Shift+P

Editing Java Source

Navigate

Go to Next Member

Ctrl+Shift+Down

Editing Java Source

Navigate

Go to Previous Member

Ctrl+Shift+Up

Editing Java Source

Navigate

Last Edit Location

Ctrl+Q

In Windows

Navigate

Next

Ctrl+.

In Windows

Navigate

Open Call Hierarchy

Ctrl+Alt+H

In Windows

Navigate

Open Declaration

F3

In Windows

Navigate

Open External Javadoc

Shift+F2

In Windows

Navigate

Open Resource

Ctrl+Shift+R

In Windows

Navigate

Open Structure

Ctrl+F3

Editing Java Source

Navigate

Open Type

Ctrl+Shift+T

In Windows

Navigate

Open Type Hierarchy

F4

In Windows

Navigate

Open Type in Hierarchy

Ctrl+Shift+H

In Windows

Navigate

Previous

Ctrl+,

In Windows

Navigate

Quick Hierarchy

Ctrl+T

Editing Java Source

Navigate

Quick Outline

Ctrl+O

Editing Java Source

Navigate

Show In menu

Alt+Shift+W

In Windows

Project

Build All

Ctrl+B

In Windows

   

Refactor - Java Change Method Signature

  

Alt+Shift+C

In Windows

Refactor - Java Convert Local Variable to Field

  

Alt+Shift+F

Editing Java Source

Refactor - Java Extract Local Variable

  

Alt+Shift+L

In Windows

Refactor - Java Extract Method

  

Alt+Shift+M

In Windows

Refactor - Java Inline

  

Alt+Shift+I

In Windows

Refactor - Java Move - Refactoring

  

Alt+Shift+V

In Windows

Refactor - Java Redo - Refactoring

  

Alt+Shift+Y

In Windows

Refactor - Java Rename - Refactoring

  

Alt+Shift+R

In Windows

Refactor - Java Show Refactor Quick Menu

  

Alt+Shift+T

In Windows

Refactor - Java Undo - Refactoring

  

Alt+Shift+Z

In Windows

Run/Debug

Debug Ant Build

Alt+Shift+D, Q

In Windows

Run/Debug

Debug Eclipse Application

Alt+Shift+D, E

In Windows

Run/Debug

Debug JUnit Plug-in Test

Alt+Shift+D, P

In Windows

Run/Debug

Debug JUnit Test

Alt+Shift+D, T

In Windows

Run/Debug

Debug Java Applet

Alt+Shift+D, A

In Windows

Run/Debug

Debug Java Application

Alt+Shift+D, J

In Windows

Run/Debug

Debug Last Launched

F11

In Windows

Run/Debug

Debug SWT Application

Alt+Shift+D, S

In Windows

Run/Debug

Display

Ctrl+Shift+D

In Dialogs and Windows

Run/Debug

EOF

Ctrl+Z

In Console

Run/Debug

Execute

Ctrl+U

In Windows

Run/Debug

Inspect

Ctrl+Shift+I

In Dialogs and Windows

Run/Debug

Resume

F8

Debugging

Run/Debug

Run Ant Build

Alt+Shift+X, Q

In Windows

Run/Debug

Run Eclipse Application

Alt+Shift+X, E

In Windows

Run/Debug

Run JUnit Plug-in Test

Alt+Shift+X, P

In Windows

Run/Debug

Run JUnit Test

Alt+Shift+X, T

In Windows

Run/Debug

Run Java Applet

Alt+Shift+X, A

In Windows

Run/Debug

Run Java Application

Alt+Shift+X, J

In Windows

Run/Debug

Run Last Launched

Ctrl+F11

In Windows

Run/Debug

Run SWT Application

Alt+Shift+X, S

In Windows

Run/Debug

Run to Line

Ctrl+R

Debugging

Run/Debug

Step Into

F5

Debugging

Run/Debug

Step Into Selection

Ctrl+F5

Debugging

Run/Debug

Step Over

F6

Debugging

Run/Debug

Step Return

F7

Debugging

Run/Debug

Toggle Line Breakpoint

Ctrl+Shift+B

In Windows

Run/Debug

Toggle Step Filters

Shift+F5

In Windows

Search

Declaration in Workspace

Ctrl+G

In Windows

Search

Open Search Dialog

Ctrl+H

In Windows

Search

References in Workspace

Ctrl+Shift+G

In Windows

Search

Show Occurrences in File Quick Menu

Ctrl+Shift+U

In Windows

Source

Add Block Comment

Ctrl+Shift+/

Editing Java Source

Source

Add Import

Ctrl+Shift+M

Editing Java Source

Source

Add Javadoc Comment

Alt+Shift+J

In Windows

Source

Format

Ctrl+Shift+F

Editing Ant Buildfiles

Source

Format

Ctrl+Shift+F

Editing Java Source

Source

Indent Line

Ctrl+I

Editing Java Source

Source

Open External Documentation

Shift+F2

Editing Ant Buildfiles

Source

Organize Imports

Ctrl+Shift+O

In Windows

Source

Quick Assist - Assign to field

Ctrl+2, F

Editing Java Source

Source

Quick Assist - Assign to local variable

Ctrl+2, L

Editing Java Source

Source

Quick Assist - Rename in file

Ctrl+2, R

Editing Java Source

Source

Remove Block Comment

Ctrl+Shift+\

Editing Java Source

Source

Remove Occurrence Annotations

Alt+Shift+U

Editing Java Source

Source

Rename In File

Alt+Shift+R

Editing Ant Buildfiles

Source

Show Source Quick Menu

Alt+Shift+S

In Windows

Source

Show Tooltip Description

F2

Editing Ant Buildfiles

Source

Toggle Ant Mark Occurrences

Alt+Shift+O

Editing Ant Buildfiles

Source

Toggle Comment

Ctrl+/

Editing Java Source

Source

Toggle Comment

Ctrl+7

Editing Java Source

   

Source

Toggle Comment

Ctrl+Shift+C

Editing Java Source

Source

Toggle Mark Occurrences

Alt+Shift+O

Editing Java Source

Text Editing

Collapse

Ctrl+Numpad_Subtract

Editing Text

Text Editing

Copy Lines

Ctrl+Alt+Down

Editing Text

Text Editing

Delete Line

Ctrl+D

Editing Text

Text Editing

Delete Next Word

Ctrl+Delete

Editing Text

Text Editing

Delete Previous Word

Ctrl+Backspace

Editing Text

Text Editing

Delete to End of Line

Ctrl+Shift+Delete

Editing Text

Text Editing

Duplicate Lines

Ctrl+Alt+Up

Editing Text

Text Editing

Expand

Ctrl+Numpad_Add

Editing Text

Text Editing

Expand All

Ctrl+Numpad_Multiply

Editing Text

Text Editing

Insert Line Above Current Line

Ctrl+Shift+Enter

Editing Text

Text Editing

Insert Line Below Current Line

Shift+Enter

Editing Text

Text Editing

Move Lines Down

Alt+Down

Editing Text

Text Editing

Move Lines Up

Alt+Up

Editing Text

Text Editing

Next Word

Ctrl+Right

Editing Text

Text Editing

Previous Word

Ctrl+Left

Editing Text

Text Editing

Scroll Line Down

Ctrl+Down

Editing Text

Text Editing

Scroll Line Up

Ctrl+Up

Editing Text

Text Editing

Select Next Word

Ctrl+Shift+Right

Editing Text

Text Editing

Select Previous Word

Ctrl+Shift+Left

Editing Text

Text Editing

To Lower Case

Ctrl+Shift+Y

Editing Text

Text Editing

To Upper Case

Ctrl+Shift+X

Editing Text

Text Editing

Toggle Folding

Ctrl+Numpad_Divide

Editing Text

Text Editing

Toggle Overwrite

Insert

Editing Text

Views

Breakpoints

Alt+Shift+Q, B

In Windows

Views

Cheat Sheets

Alt+Shift+Q, H

In Windows

Views

Console

Alt+Shift+Q, C

In Windows

Views

Java Declaration

Alt+Shift+Q, D

In Windows

Views

Java Package Explorer

Alt+Shift+Q, P

In Windows

Views

Java Type Hierarchy

Alt+Shift+Q, T

In Windows

Views

Javadoc

Alt+Shift+Q, J

In Windows

Views

Search

Alt+Shift+Q, S

In Windows

Views

Show View (View: Outline)

Alt+Shift+Q, O

In Windows

Views

Show View (View: Problems)

Alt+Shift+Q, X

In Windows

Views

Synchronize

Alt+Shift+Q, Y

In Windows

Views

Variables

Alt+Shift+Q, V

In Windows

Window

Activate Editor

F12

In Windows

Window

Maximize Active View or Editor

Ctrl+M

In Windows

Window

Next Editor

Ctrl+F6

In Windows

Window

Next Perspective

Ctrl+F8

In Windows

Window

Next View

Ctrl+F7

In Windows

Window

Open Editor Drop Down

Ctrl+E

In Windows

Window

Previous Editor

Ctrl+Shift+F6

In Windows

Window

Previous Perspective

Ctrl+Shift+F8

In Windows

Window

Previous View

Ctrl+Shift+F7

In Windows

Window

Show Key Assist

Ctrl+Shift+L

In Dialogs and Windows

Window

Show Ruler Context Menu

Ctrl+F10

Editing Text

Window

Show System Menu

Alt+-

In Windows

Window

Show View Menu

Ctrl+F10

In Windows

Window

Switch to Editor

Ctrl+Shift+E

In Windows

chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdisco.ethz.ch%2Fcourses%2Fss06%2Fvs%2Fmaterial%2FEclipseShortcuts.pdf

转载于:https://www.cnblogs.com/zhaozhenqiang/p/8109350.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值