Eclipse & IDEA shortcuts contrast Daquan

class

function points

Eclipse Shortcuts

IDEA shortcuts

search for

Search Text

Ctrl + F

Ctrl + F

Ctrl + R Find and Replace

Alt + P / A by-/ replace all

Alt + F3 to find the currently selected word

Continue Search

Ctrl + K forward

Ctrl + Shift + K back

F3

Shift + F3

Search Methods

Ctrl + O

Ctrl + F12

Search category

Ctrl + Shift + T

Ctrl + N

Search for files

Ctrl + Shift + T

Ctrl + Shift + N

Both are supported by simple regular expressions, also supported directly by the capital letter abbreviations, such as:

Find JsonTranscoder, just type JT

Search all references at

Ctrl + Alt + H

Alt + F7

Search all positions text to appear

Ctrl + H

Ctrl + Shift + F

edit

Automatic code completion

Alt + /

Ctrl + J

Automatic code generation

 

Alt + Insert

Quick fix errors

Ctrl + 1

Alt + Enter

Delete the current line

Ctrl + D

Ctrl + X

Copy to the next line

 

Ctrl + D

Comment / uncomment

Ctrl + /

Ctrl + /

Select current word

 

Ctrl + W

 

Completion of the current line

 

Ctrl + Shift + Enter

Artifact, complete the current line, the current line fill the whole scene when the most common; number, and positions the cursor to the next line

Adjusting the N content recently copied parts

 

Ctrl + Shift + V

View recently edited files

 

Ctrl + E

Contrast recent changes

 

Alt + Shift + C

Formatting code

Ctrl + Shift + F

Ctrl + Alt + L

Finishing import

Ctrl + Shift + O

Ctrl + Alt + O

Jump

Hierarchy display

 

Ctrl + Shift + H

Display type, the method described

F2

Ctrl + Q

Jump at the method definition

 

Ctrl + B

Jumps way to achieve at

 

Ctrl + Alt + B

Jump / next method

 

Alt + Up/Down

On / at next View

Alt + <-

Alt + ->

Ctrl + Alt + Up/Down

Jump to the specified line

Ctrl + L

Ctrl + G

Reconstruction

Renamed

Alt + Shift + R

Shift + F6

Other common

 

Ctrl + F6 修改方法签名

Ctrl + Shift + F6 修改参数的类型

Ctrl + Shift + V引入局部变量

Ctrl + Shift + P 引入参数

Ctrl + Shift + F 引入类变量

Ctrl + Shift + M 引入方法

Ctrl + Shift + C 引入常量

运行

启动调试

 

Alt + Shift + F9

启动运行

 

Alt + Shift + F10

单步进入

F5

F7

单步跳过

F6

F8

跳过

F8

F9

执行选中语句

 

Alt + F8

窗口

调出界面

 

Ctrl + Alt + S调出Settings界面

Ctrl + Alt + Shift + S调出项目Setting界面

关闭界面

 

Ctrl + F4 或 ESC

打开窗口

 

Alt + 窗口编号(例如项目窗口编号是1)

最大化窗口

Ctrl + M

Ctrl + Shift + F12

隐藏窗口

 

Shift + ESC

关闭当前文件

 

Ctrl + F4

垂直分屏

 

Ctrl + | (自定义的)

调整窗口位置

 

Ctrl + M 将当前光标处显示到屏幕中央

切换窗口

 

Ctrl + Tab

Guess you like

Origin www.cnblogs.com/gaobing1252/p/11110571.html
Recommended