When I type
private SomeClass s
and hit CRTL+SPACE I usually got suggestions from code completion like
private SomeClass someClass;
Now that i use JBossDevStudio 8.0.0 it doesn't work anymore. I just get some useless suggestions like JPATemplates and stuff.
Does anybody know how to configure this correct?