Eclipse code Lenovo on MAC system opens Code association function
turn from: http://hi.baidu.com/zfpp25/item/be7973a81213067c6cd4554f
One, each input is automatically prompted
Click Eclipse to make it the first responder, Preferences->java->editor->content Assist
Then the lower right corner auto activation triggers for Java inside instead
. abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
So every time I enter the letters, I will automatically prompt.
You can also modify the next auto activation delay to modify the delay of the hint.
Second, use alt+/manual control automatic prompt (recommended)
Click Eclipse to make it the first responder, Preferences->general->keys find content Assist
Remove Binding First (remove binding) and then Binding (press alt+/)
When you select editing text, OK
Now press alt+/when you write the code and there will be an automatic prompt.
The associative function when writing XML files
Click Eclipse to make it the first responder, Preferences->xml->xml Files-> Editor->content Assist
In the right half of the settings box you can change the auto activation delay to set the time for the code to be automatically prompted, and then change the prompt when this characters are inserted, enter ABCDEFGHIJKLMNOPQRSTUVW xyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789. Then click on the lower right corner of the OK.