I'm having problems with code assist/intellisense when coding java in eclipse.
In work when I type
System.out.p
the popup shows all the print methods with their parameters
print(int a)
print(char c)
etc
However at home all I get is
print(arg0)
print(arg0)
Does anyone have any clue whats going on?
