Eclipse for Mac code hints (Code helper, Code Association) shortcut key modification One, each input is automatically prompted
Click Eclipse to be the first responder, Preferences->java->editor->content Assist
And then the lower right corner auto activation triggers for Java inside instead
. abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
This will automatically prompt you every time you enter the letters.
You can also modify the next auto activation delay to modify the prompt.
Second, manual control with alt+/automatic prompt (recommended)
Click Eclipse to be the first responder, Preferences->general->keys find content Assist
First remove binding (remove bindings), and then binding (press alt+/)
When you choose editing text, OK
Now when you write the code, press alt+/and there will be an automatic hint.
Third, the associative function when writing XML file
Click Eclipse to be the first responder, Preferences->xml->xml Files, Editor->content Assist
In the right half of the box, you can change auto activation delay to set the time for the code to automatically prompt, then change prompt when these characters is inserted, enter ABCDEFGHIJKLMNOPQRSTUVW xyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789. Then click OK on the lower right corner to do it.
Java--eclipse for Mac code hints (Code helper, Code Association) shortcut key Modification