Favorite Eclipse plug-ins

Source: Internet
Author: User

1. ExploreFS

The plug-in function adds an "Open in File System" item in the right-click menu of the project manager. You can use this item to Open the File System directory where the selected resource is located.

Installation address:Http://www.junginger.biz/eclipse/

2. Regex Util

  A plug-in that tests and edits java Regular Expressions (java. util. regex.

Installation address:Http://regex-util.sourceforge.net/update/

3. code block collapse com. cb. eclipse. folding

  Anyone who has used Visual Studio knows # region... # endregion can enclose a piece of code to make it a code block that can be folded or expanded in the IDE. This function can improve the readability of the Code.

However, eclipse does not have similar functions. In eclipse, only the code blocks that can be folded or expanded are the code blocks defined by the development language, such as java classes, a method, or /*... */Annotations, etc. If you want to classify multiple attributes or methods defined in a type together as a foldable code block, eclipse will be powerless.

This plug-in com. cb. eclipse. folding [Download] solves this problem for friends who are used to putting Code in order. For example, the part between // [start] And // [end]

Figure 1: Expand

  

Figure 2: collapse

  

: Http://files.cnblogs.com/haiq/%E4%BB%A3%E7%A0%81%E6%8A%98%E5%8F%A0%E6%8F%92%E4%BB%B6_com.cb.eclipse.folding_1.0.6.rar

Installation instructions: you only need to put com. cb. eclipse. folding_1.0.6.jar In the compressed package under the % eclipse root % \ plugins directory and restart eclipse.

Configuration Description: After eclipse is started, choose window> preference menu, and select java> editor in the configuration window, select folding to user and select "Coffee Bytes Java Folding" (3). Save and restart eclipse. Go to this place again after the restart, and continue to configure (4). check User Defined Regions and save the configuration.

Figure 3:

  

Figure 4:

  

4. JSON editing plug-in

It is used to edit JSON characters, including syntax validation, highlighting, and formatting. It is used on the official website and is easy to use, so we will not map it here.

: Http://sourceforge.net/projects/eclipsejsonedit/

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.