Recently, the new installation of Eclipse "alt+/" Shortcut automatic prompt function does not work, such as pressing the Main method or SYSO will not automatically prompt, the solution is as follows:
1. If there is no hint: open windows--preferences--java--editor--content assist--advanced above eclipse in turn, there is a line above the right window "select the Prop Osal kinds contained in the ' Default ' content Assist list heading, tick the Java prolosals check box to save the exit.
2. The abbreviation is not prompt (for example: SYSO no hint): Open the Windows--preferences--java--editor--content assist above eclipse in turn, find "Auto" in the lower right part Activation triggers for Java: "This entry, enter 22 English letters in the following text box abcd...z, then click Applay-->ok Save to exit.
3. If the above method still does not work, it may be your shortcut key conflict is not "alt+/", then open eclipse above the Windows--preferences--general--keys, in the Search box, enter "Content assits Select "Content assits" to change the binding to "alt+/" (Press the "/" key), select the When item as editing Text, save exit;
4. Then open windows--preferences--java--editor--content assist--advanced, select the template proposals the bottom right check box to save the exit.
Through the above method, my eclipse's alt+/shortcut key function returns to normal.
Eclipse Auto Prompt (alt+/shortcut key) fix