[solved]Why isn't Eclipse Working

Hi so i recently reloaded eclipse and now it wont make suggestions like it normally does for what can go after a specific build of code… like if i type

event.

it use to give the different classes and methods that event had… can someone help please?

What happens when you do Ctrl+Space after something like event.?

Perhaps content assist has turned off.
Go to Window -> Preferences -> Java -> Editor -> Content assist and make sure it’s enabled. Also go to Advanced and check Java Proposals is enabled

1 Like

says no default proposals :frowning: THANK YOU! :slight_smile: @Simon816 once again