banner
ximalaya

ximalaya

这里是openkava 的blog,关注程序开发的一切技术。 ZZ 表示转载的文章,如涉及版权,请和我联系删除。 在这里你可以看到关于以下技术的文章: 移动开发技术,ANDROID ,IOS,WINDOWS PHONE平台开发,企业ERP开发,动态脚本PYTHON ,OPENGL ES 3D技术,游戏开发技术,HTML5 ,JAVASCRIPT ,MYSQL,AMAZON EC2 ,GOOGLE GAE ,GOOGLE CLOUD SQL 等 。 本站发展历程: 2010年,正式把所有的blog移到这里,租用godaddy的空间,记录生活和工作上的一些心得。 下面是关于我的个人介绍,写在这里权当凑字数啦。 职业:软件开发,开发经验6年,管理经验3年; 工作上使用的技术:C#, SQL SERVER 个人使用的技术:PYTHON,PHP, CSS, JAVA ,ANDROID ,object-c 等等 联系我请发邮件:<a href="http://blog.openkava.com/openkava@gmail.png"><img class="alignnone size-full wp-image-96" title="邮箱" src="http://blog.openkava.com/openkava@gmail.png" alt="" width="174" height="24" /></a>

The 10 most commonly used shortcuts in Eclipse.

title: The 10 most commonly used shortcuts in Eclipse
date: 2013-07-08 09:11:22
tags:#

1-11121Q40H0M7

Friends who are familiar with Eclipse must have a strong impression of its shortcuts. There are many, but usually only about 10 are commonly used. Based on practical experience in projects, I have summarized them below, which can be a little help for friends who are not very familiar with them.

Ctrl + Shift + O: Import and manage import statements

Ctrl + Shift + T: Open Type and search for class files

Ctrl + Shift + F4: Close the currently open window

Ctrl + O: Open declarations

Ctrl + E: Open editor (switch windows)

Ctrl + /: Comment out the current line

Alt + Shift + R: Rename

Alt + Shift + L: Extract local variable

Alt + Shift + M: Extract method

F3: Open Declaration

Ctrl + D: Delete current line

Ctrl + SHIFT + F: Format

Ctrl + Alt + ↓(↑): Copy current line downwards (upwards)

Alt + ↓(↑): Move current line downwards (upwards)

Alt + .: Output suggestions

Ctrl + S: Save file

There are also Ctrl + A, Z, X, C, V;

Shift + →; Shift + ←; are also listed here for easy reference and summarization.

Alt + Shift + J: Add doc comments to function

Ctrl + Shift + O: Import and manage import statements#

Used with the FormatOnSave plugin, it is no longer used as it automatically imports when saving.

Ctrl + Shift + T: Open Type and search for class files#

Ctrl + Shift + F4: Close the currently open window#

Used Ctrl + W

Ctrl + O: Open declarations#

Ctrl + E: Open editor (switch windows)#

Ctrl + /: Comment out the current line#

Alt + Shift + R: Rename#

Alt + Shift + L: Extract local variable#

Alt + Shift + M: Extract method#

F3: Open Declaration#

Used Ctrl + Mouse

Alt + Shift + X: A menu will pop up

Via The 10 most commonly used shortcuts in Eclipse - Sterning - BlogJava.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.