Posted by Ajitesh Kumar / In Java / June 6, 2014

http://vitalflux.com/eclipse-key-shortcuts-greater-developers-productivity/

The article presents Eclipse Key Shortcuts (for Windows) which could be used to perform most common coding tasks in a much efficient/faster and effective manner thereby enhancing overall productivity of the Java developers. Please note there are lot more key shortcuts which could be accessed from Eclipse IDE Windows/Preferences/Keys. However, I have made a mention of only those shortcuts which I found very useful in coding faster. If I missed on any shortcuts keys that you feel would be useful to be added in the list below, please give a shout.

There were some useful feedbacks on reddit postfrom where I took some commands and added to the list below. Thanks for the shout.

Java developers’ productivity when working with Eclipse IDE could be increased to a great extent if he/she should be work in a faster and effective manner in following broad areas of work:

  • Working with Classes/Interfaces
  • Working with Tabs
  • Quick reference/help documentation
  • Common text editor commands

Following describes specifics on all of the above areas along with the Shortcuts Keys commands.

Working with Java Classes/Interfaces (Resources)

Many a times, we need to following while coding:

  • Open any specific Java classes/interface
  • Open structure of specific Java classes/interface and navigate through member methods and variables
  • Create getter/setter methods
  • Work with errors and apply quick fixes
  • Go to declaration of any specific classes/interface from within the code
  • Search the Java classes/interfaces across the packages for specific texts etc.

Following are the commands:

  • Helpful commands for coding Java classes/interfaces & resources files

    • CTRL + Shift + R: Open a dialog box where one could write initials of Java classes/interfaces and other resource files such as XML etc and, the list would appear showing all the matches. One could also do quick search using * and ?.
    • F3: Open classes/interfaces decleration
    • CTRL + F3: Show the structure of the selected element including methods and member variables. It helps to quickly navigate the methods or variables.
    • CTRL + Shift + Down: Go to Next Member. The same could be achieved using CTRL + F3 and using down arrow.
    • CTRL + Shift + Up: Go to Previous Member. The same could be achieved using CTRL + F3 and using up arrow.
    • F4: Open a type hierarchy on the selected element. Shows member variables and methods of the selected element.
    • CTRL + Shift + F: Format the block of code including class and its methods.
    • CTRL + D: Delete selected line(s)
    • ALT + Shift + R: Rename the classes. Useful for code refactoring.
    • CTRL + 7: Comment the select block of code. Pretty useful.
    • ALT + Shift + S then H: Generate equals and hashcode method.
  • Helpful commands for handling errors
    • CTRL + .: Go to next error
    • CTRL + ,: Go to previous error
    • CTRL + 1: Show quick fixes
  • Helpful command for getter/setter methods
    • CTRL + 1: As you define the member variable, you could place the cursor on the variable and press CTRL + 1. It would show up options where you could select “Create getter and setter for…”.
    • ALT + Shift + S then R: This is formally suggested by Eclipse for creating getter and setter methods.
  • Helpful commands for search
    • CTRL + H: Open Search Dialog which could be used to search Java classes/interfaces consisting of specific text related with type, methods, member variables, package etc.
Working with Tabs

Often, we need to do following with the tabs:

  • Move between the tabs consisting of source code for different Java classes
  • Close the tabs, one at a time or all of them at once
  • Maximize/minimize the tab for ease of development

Following are the shortcut keys which helps to achieve above objectives faster than the mouse:

  • CTRL + F6: Next Tab/Editor
  • CTRL + M: Maximize Activity Window
  • CTRL + W: Close Tab/Window
  • CTRL + Shift + W: Close all Tabs/Windows
Quick Reference/Help

Following command would help in opening associated JavaDoc right in the Eclipse IDE. All you need to do is place your cursor on the element and press the following keys:

  • Shift + F2: Open Attached Javadoc
Common Text Editor Commands

Following are some commonly used text commands which could speed up coding, in general.

Add New Lines

  • CTRL + Shift + Enter Insert line above Current Line
  • Shift + Enter Insert Line below Current Line

Collapse/Expand All Methods

  • CTRL + Shift + Numpad_Divide Collapse all methods
  • CTRL + Shift + Numpad_Multiply Expand all methods

Eclipse Key Shortcuts for Greater Developers Productivity--reference的更多相关文章

  1. eclipse ide for java ee developers 开发环境搭建(j2ee)

    转载自:http://www.iteye.com/topic/982182 真的是一片很不错的文章啊! 使用eclipse真的有年头了,相信java程序员没有不知道它的,最近在给团队中新来的应届生做指 ...

  2. 怎么样Eclipse IDE for C/C++ Developers正确编译GTK规划?(解决)

    <span style="color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 25.99 ...

  3. eclipse ide for java ee developers 开发环境搭建(J2EE) 【转载】

    使用eclipse真的有年头了,相信java程序员没有不知道它的,最近在给团队中新来的应届生做指导,专门讲解了一下Eclipse开发环境的搭建过程, 一是帮助他们尽快的熟悉IDE的使用,二也是保证团队 ...

  4. Eclipse IDE for Java EE Developers 与 Eclipse Classic(Eclipse Standard)区别

    Eclipse下载官网:http://www.eclipse.org/downloads/ 版本: 1.Eclipse classic(Eclipse Standard):Eclipse的标准版; 2 ...

  5. Eclipse IDE for C/C++ Developers安装配置详解

    Eclipse IDE for C/C++ Developers安装配置详解(转) 转自:http://hi.baidu.com/ltb6w/item/986532efd712460f570f1ddc ...

  6. ubuntu下安装eclipse IDE for C/C++ developers

     序 linux的GUI和windos比起来实在逊色,虽然它的终端模式(命令行模式)非常强大.linux发行版ubuntu的GUI相对其他版本要华丽一些,所以最近由redhat转向ubuntu进行li ...

  7. Ubuntu下在Eclipse IDE for C/C++ Developers中怎样执行C语言的GTK程序?(已解决)

    (已解决.详见Ubuntu 12.04下在Eclipse IDE for C/C++ Developers中执行C语言的GTK程序) 按"Ubuntu下GTK的安装.编译和測试"( ...

  8. Linux下安装JRE和Eclipse IDE for C/C++ Developers

    Linux32位,下载eclipse-cpp-luna-R-linux-gtk.tar.gz和jre-8u11-linux-i586.rpm  放到家文件夹中. http://www.eclipse. ...

  9. Eclipse IDE for java EE Developers下载和安装

    1.登录 http://www.eclipse.org/home/index.php ,下载Eclipse IDE for java EE Developers 2.解压缩压缩包到任意路径(推荐:G: ...

随机推荐

  1. c#中总是提示“在代码运行时或者在禁用“只要一个进程中断,就中断所有进程”选项时,不允许进行更改。

    但是根据它提示的修改方法,还是提示这个. “此选项可在“工具”->“选项”->“调试”中启用.” 根本不起作用,后来试着,要这样操作: 工具->选项->调试->编辑并继续 ...

  2. 了解php的session_start的工作原理

    一.php使用session_start开启SESSION 二.浏览器访问该php脚本时,将产生两个可能: 1.(客户端的提交的cookie没有找到PHPSESSID的键) 或 (在服务器端没有找到P ...

  3. MySQL 5.6 root密码丢失

     windows下mysql密码忘记了 第一步:netstat -nat(可以查看mysql是否启动了,如果启动了,可以用输入net stop mysql(或者通过任务管理器结束进程)) 第二步:my ...

  4. [cocos2d]调用sqlite3数据库

    开发一个小项目需要用到已有的数据库,而数据库的文件存储方式是csv,即数据用','分隔, 1.csv文件转换成sqlite 由于ios自带sqlite3的组件,所以先把csv文件转成sqlite数据库 ...

  5. vs2010创建和使用动态链接库(dll)

    本文将创建一个简单的动态链接库,并编写一个应用台控制程序使用该动态链接库,并提出了与实现相关的几个问题,供初学者交流. 本文包含以下内容: 创建动态链接库项目 向动态链接库添加类 创建引用动态链接库的 ...

  6. 转:三十二、Java图形化界面设计——布局管理器之CardLayout(卡片布局)

    转:http://blog.csdn.net/liujun13579/article/details/7773945 卡片布局能够让多个组件共享同一个显示空间,共享空间的组件之间的关系就像一叠牌,组件 ...

  7. wcf中netTcpBinding的元素构成

    <security> of <netTcpBinding> <transport> of <netTcpBinding> <message> ...

  8. URPF技术白皮书

    URPF技术白皮书 摘    要:本文介绍了URPF的应用背景,URPF主要用于防止基于源地址欺骗的网络攻击行为,例如基于源地址欺骗的DoS攻击和DDoS攻击:随后介绍了URPF的技术原理以及URPF ...

  9. Linux中修改环境变量及生效方法

    在/etc/profile文件中添加变量[对所有用户生效(永久的)] 用VI在文件/etc/profile文件中增加变量,该变量将会对Linux下所有用户有效,并且是“永久的”. 要让刚才的修改马上生 ...

  10. 老的acm & oj学习站点

    1.网易小鱼博客 http://gisyhy.blog.163.com/blog/#m=0&t=1&c=fks_087069086082087064085081082095085084 ...