The code hint completion feature of Eclipse's initial state is useful, but some places are not satisfactory,
If any of the letters are automatically complete, when you type a space, semicolon, equal sign, and so on, will automatically bring some specific end,
For example: When input string s, it will be automatically complete as a string sstring, how to modify it?
Please refer to: http://blog.csdn.net/unhappypeople/article/details/26974057
The above blog is valid for Eclipse with the same version number
Here is my approach to different versions, in fact, the above blog based on the revision of the following content:
After the jar is everywhere, replace the completionproposalpopup.class in the jar with the original jar, which is not guaranteed to be valid for any version because there is no test.
Please replace before doing a backup
Eclipse Code Completion Modification