Hi. I followed the instructions to set up Java intellisensing but I have a small problem.
If you have:
String myString = "Hello";
myString.
Pressing the dot brings up the window but it does not display everything for the class such as the toUpperCase() and substring() functions.
A similar problem occurs when I enter: System.out. The only option that is displayed is 'public static final print(stream out)'. There is no 'println'.
My other problem is to get intellisensing to show me the parameter list for methods?
Thanks in advance for your help.
KP>