Eclipse does not show java attribute hint

2
When I press Ctrl + Space and click on the attribute , Eclipse is not showing the attribute hint before clicking. p>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

                                                                  

    
asked by anonymous 19.01.2015 / 15:57

1 answer

1

Try the following.

Go to Window Preferences Java → Editor Content Assist → Advanced and make sure the Java Proposals option is checked, valid for Eclipse Kepler and Luna.

    
19.01.2015 / 16:09