How to setup Javasidekick for code completion?
Submitted by Sunday, 29 October, 2006 - 16:35
on
Hello,
I have troubles setting up the code completion feature of Javasidekick. Could someone with more experience than me please explain how to do it?
I have ProjectViewer and Javasidekick installed. I tried the following code:
String word = "word";
word.
When I entered the last ".", I waited for some seconds (code completion is set to 0.5s), but nothing happened; ctrl+b (the word completion) did not work either. I have added the rt.jar to the project's classpath in ProjectViewer, but still nothing... what am I missing?
Thanks,
Savior