Java Intellisensing

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
SadEyes
Posts: 1
Joined: Wed Jul 25, 2007 5:14 pm

Java Intellisensing

Post by SadEyes »

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>
Post Reply