Recently dropped myeclipse8.5 to myeclipse6.5.CodeAlt +/is not automatically prompted, so I found the answer on the Internet and shared it with you!
The default word completion shortcut for myeclipse6.5 is Alt +/, which means word completion. That is to say, when you use the default configuration, ALT +/is used to complete the word for you.
Content assist shortcut key, which means content assistance, that is, the prompt function we are used to. The default shortcut key is Ctrl + space, which conflicts with the shortcut key for changing the Input Method in windows,
So it will be difficult to use. After finding the cause, we can make the following changes:
1. Select WINDOW> preferences from the menu bar of myeclipse6.5;
2. Choose General> keys;
3. Click word completion in the form in the middle of the right, and then click Remove binding. Enter a shortcut in the binding below;
4. Select Content assist and click Remove binding. In the binding field, enter Alt + /;
5. Click OK.
In this way, you can use Alt +/in the environment to prompt!
The Internet also said that there may still be no prompt function after this setting, and a solution was provided. I posted it for your reference, because I did not encounter such a situation and did not verify it. If someone encounters it, try it.
If you still do not prompt, it may be that the prompt function is disabled.
Do the following:
1. Check the options WINDOW> preferences> JAVA> editor> content assist> enable auto activation.
2. Window> preferences> JAVA> editor> content assist> select
The proposal kinds contained in the 'default' content assist list:
You can check the proposals option.