Five minutes to know the unknown secrets of Eclipse (the more familiar The Stranger)

Source: Internet
Author: User

Hello everyone, the purpose of this blog is to summarize some of the features that are not commonly used in eclipse software. Share with you. Thank you ~

1. Take a look at eclipse using one hour and write this blog with two hour.

2. In the real project, ingenious, will be really good for you, otherwise you waste time to read this blog, no help to you.

This blog structure: Table of Contents + by directory

Directory:

1. Add bookmarks to eclipse.

2. View the source code and system functions by attach file. All classes can also be found through the Open type;open type Hierarchy;open Resources

3.Font size modifies the font; theme modifies the Eclipse IDE theme.

4.Content Assistant, add familiar code hint function (conflict with other shortcut keys); common "alt+/"

The 5.Quick fix feature +f2 the Code hints feature.

6. Restart the feature, just like the auto-save feature in Microsoft OneNote.

7. Set the Web browser through debug mode +firebug mode, front and rear debugging.

The shortcut keys used in 8.Eclipse. +win D + Win E.

9.show line number.

10.market Place, install the functionality of the integrated plug-in.

11.new window;new console function. Manage workspaces; Switch workspaces.

12.Eclipse management tasks; hover tips; the importance of closing projects.

13.run configuration parameters. Write a small program to enter parameters.

14.open perspective function.

15. Learn to use the problems view,

16. A folder view, with two folder views switch.

17. Manage the workspace workspace. Switch workspaces.

The 18.Java build path sets the Java build paths.

Body:

1. Use bookmarks as a cue message, or use bookmarks to quickly navigate to a specified line in a file. If you want to set a bookmark, you only need to right click on the vertical bar on the right side of the code area and select "Add bookmark".

As shown, it is the operation method and operation. There is also a bookmarks view in the show view. You can view all bookmarks. When deleting, also to navigate to the added interface, one option is remove Tasks, that is, delete the bookmark.

2.Navigate, meaning in English is the meaning of driving navigation. Visibility of its importance. In this menu of the menu bar, there are several important options. Last Edit Location;back. java; In addition, there are open Type; the browse (Navigate) menu provides multiple menus that let you quickly navigate to the specified resource. Open type, open type in Hierarchy and open Resource three menu items are very useful.

As shown, the Open Type menu item opens a dialog box where you can find the Java type file. You can enter the class name lookup in the input box. ' * ' indicates 0 or more letters, '? ' indicates that a single letter can be used to specify the pattern. All matching patterns will be displayed in the dialog box. ( including classes in JDK ) in the second picture, you can click the Attach Source button to view the source code for the class file. The source code is located in the Src.zip compressed file in the Java home directory.

As shown, the Open Type in Hierarchy menu allows the user to view the class's inheritance hierarchy in the Type Hierarchy view. Select the specified class in the type hierarchy view to see the definition information for the class, including the corresponding properties and methods, and of course its inherited hierarchy.

3.

Five minutes to know the unknown secrets of Eclipse (the more familiar The Stranger)

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.