eclipse function shortcuts

Ctrl + shift + r: Open Resource

Ctrl + O display method

Ctrl + E to open the file is already open class list

Ctrl + pagedown next ckass file conversion

Ctrl + pageUP convert on a class file

Alt + shift + r rename all selected variables directly variables, the method can also be produced getset

Alt + shift + M extraction method of local content into the package,

Shift + enter to create a blank line under the current line

Ctrl + shift + enter insert a blank line before the current line

Alt + direction key, the contents of one row up or down

Ctrl + alt + direction to scroll up or down to copy the contents of Bank

Ctrl + M to maximize the edit window

Ctrl +, to move to the next wrong place

Ctrl +1 to open quickly modified tips

Ctrl + shift + O introduction and management of imports statement

Ctrl + shift + T to open the open type class file lookup

Ctrl + shift + F4 to close all open windows

Ctrl + D to delete the cursor across a row

Ctrl + shift + F content finish, finishing writing format

Ctrl + shift + j doc add a comment to a function

Ctrl + W Close the current open windows

Ctrl + direction key to switch to another window

Ctrl + / Bank Notes, comments, or selected content

alt + shift + L to select the variable name directly modify all variable names

Ctrl + shift + P matches the target (paired) sign, such as {} [] and so on

Ctrl + shift + C structure modification function

CTRL + F8 perspective view of a lower (java javaee debug view switch)

Ctrl + shift + on an editor (open class category) F6

Ctrl + shift + a view on F7

CTRL + shift + a perspective view of the F8 (java javaee debug view switch)

Ctrl + F10 to display the View menu `

Ctrl + - Display system menu

Ctrl + Z undo, rollback

Published 36 original articles · won praise 13 · views 1089

Guess you like

Origin blog.csdn.net/weixin_44598691/article/details/104481367