Resolving Eclipse space Auto-completion issues

Source: Internet
Author: User

If we use the enhanced complement function, we sometimes play the code.

String SS has typed string ssstring;

Integer i has typed an integer integer;

Very troublesome.


This problem is mainly due to the relationship between the package

Org.eclipse.jface.text you just find your eclipse or myeclipse.The version of the package in the Plugs folder. To download the source code online. Will be Org/eclipse/jface/text/contentassist/completionproposalpopup.java in the
If (contains (Triggers,key))

This sentence is changed into
if (key! = ' = ' && key! = 0x20 &&contains (triggers,key))

Publish a package replacement.
or go directly to the online download. There are many such bags in the csdn.

Resolving Eclipse space Auto-completion issues

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.