Eclipse content assistance
Use content assistance
In Eclipse, we can use code prompts to speed up development. The default is to automatically prompt after entering ".". Autohint for class members.
Set the configuration of automatic prompts in: window->Preferences->Java->Editor->Content Assist:
If we can enter the first letter of the class After pressing alt + /, an automatic prompt will appear.
After entering ".", the automatic prompt will appear:
Class variable
-
Class method
Super class method
Other related classes