Eclipse Code Auto prompt, Eclipse Setup code auto prompt
Eclipse is a basic tool used by many Java developers, which makes it easy to develop Java code, and when writing Java code, most people press the key combination "alt+/"
To get code hints, in fact can be set as long as the input code to automatically prompt, here to teach you how to do
Method/Step
First open the Eclipse development software, then in the toolbar "window", click to find the pop-up list of "Preferences" option, and then click this option
The window that pops up now is a common Setup window for Java developers, and we open Java >>> Editor >>> Content Assist in turn,
Finally click on "Content Assist" on the mouse
Now, we focus on the right side of the panel, there is an "Auto activation triggers for JAVA", this configuration means, under what circumstances will touch the
Prompt, the default inside should be only a "." Symbol, which is why we write code when the "." will appear when the reason for automatic prompting,
Now, what we need to do is to put Qwertyu ... All the characters on the keyboard that you want to trigger the automatic prompt are entered in the back box.
Here you are already set up, and then click "Apply" and "OK" two swords, now casually find a Java class test, see if it is OK
If you have any questions please feel free to leave a comment below and I will patiently answer
Eclipse Code Auto prompt, Eclipse Setup code auto prompt