2010年1月13日星期三

Notepad++,Eclipse和Visual Studio 2005常用快捷键对比

NP_Eclipse_VS_images 因为常常使用Notepad++,Eclipse和Visual Studio 2005来写程序。三个都有各自定义的快捷键,因为Notepad++最经常使用,所以是常常在使用Eclipse和Visual Studio 2005和Notepad++的快捷键搞混,很头疼,今天花几分钟做一个比较表格。

 

 

 

 

 

Notepad++

Eclipse

Visual Studio 2005

打开Find / Replace 对话框

Ctrl+F, Ctrl+H

Ctrl+F

Ctrl+F

复制当前行

Ctrl+D

Alt+ Ctrl+↓

Ctrl+L (编辑.剪切行)

删除当前行

Ctrl+L

Ctrl+D

Ctrl+Shift+L

上下行交换

Ctrl+T

Alt+↓, Alt+↑

Ctrl+Shift+T

找下一个

F3

F3, Ctrl+J

F3

找上一个

Shift+F3

Shift+F3, Ctrl+Shift+J

Shift+F3

在文件中找

Ctrl+Shift+F

Ctrl+H

Ctrl+H, Ctrl+Shift+F

到前一个书签

F2

Ctrl+Tab

Ctrl+Tab

到下一个书签

Shift+F2

Ctrl+Tab

Ctrl+Tab

打开run对话框

F5

Ctrl+F11

F5:启动;Ctrl+F5:开始执行(不调试);

打开CallTip列表框,代码助手

Ctrl+Space

Ctrl+Space

智能感知:Ctrl+J, 列出成员Ctrl+Shift+空格

加入Space

Tab (selection of several lines)

Tab (selection of several lines)

Tab (selection of several lines)

移除Space

Shift+Tab (selection of several lines)

Shift+Tab (selection of several lines)

Shift+Tab (selection of several lines)

全屏/最大化当前的Edit或View

F11

Ctrl+M

Shift+Alt+Enter

折叠全部

Alt+0

Ctrl+/(小键盘)

Ctrl+M,Ctrl+O

展开全部

Alt+Shift+0

Ctrl+×(小键盘)

Ctrl+M,Ctrl+M

变为小写

Ctrl+U

Ctrl+Shift+X

Ctrl+U

变为大写

Ctrl+Shift+U

Ctrl+Shift+Y

Ctrl+Shift+U

块注释/消除注释

Ctrl+Q

Ctrl+/

Ctrl+K+C,

Ctrl+K+U

关闭当前Editer

Ctrl+W

Ctrl+W

Ctrl+F4

编辑.选择当前字

   

Ctrl+W

没有评论: