Tips for how to use the Eclipse shortcut keys

Source: Internet
Author: User
Tags class definition

How to make your reading code more powerful? Use shortcut keys to get you up to the Fly ~

 

  • Displays the methods and properties of the class: Ctrl+o

Ctrl+o can see the hierarchy of your class, Makes it easier for you to search for a method of the class

  • shows the inheritance of classes: Ctrl+t

Ctrl+t enables you to see the inheritance of classes, especially when you look at methods in a parent class. will be able to embody his full superiority.

  • View Source code: CTRL + mouse button

Ctrl + left mouse button, you can see the corresponding class definition, method definition, which reduces the difficulty of code reading is undoubtedly a gospel.

  • Javadoc Comments: alt+shift+j

Java annotations are capable of generating HTML documents, even the official Android document is called Java Doc Generation, His shortcut is alt+shift+j

  • back to the last edit point: Ctrl+q

Shortcut keys are ctrl+q, useful for programmers with poor memory

    Toggle Window Full-screen shortcut key: Ctrl+m
one end of Eclipse project big enough, the window will switch is inevitable, how to quickly switch windows. With the mouse point, too slow, here I introduce two kinds of shortcut keys, ctrl+m switch the window view to maximize its editing window. Ctrl+f6 switch to a different class of Windows.

Tips for the common shortcut keys for Eclipse

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.