Content assist in Eclipse Kepler unreliable. [message #1104908] |
Mon, 09 September 2013 00:53  |
Eclipse User |
|
|
|
I've just recently installed Eclipse (Kepler) on my Windows 7, 64bit machine, (no prior version of Eclipse installed). I've been extremely surprised and impressed with the IDE so far, for the price it is just excellent.
I've just got back into Java development after many years, therefore I'm going to to rely heavily on Content Assist to learn the Java framework libraries and API. But it is not working reliably.
I've configured Content Assist to Auto display (no Ctrl-Space required) and on a delay of 0ms. It is triggered on the entry of a '.' or a '('.
To reproduce my issue, in a java code file type:
Result: No Content Assist window is displayed. Content assist also no longer works when typing the '.' after an object.
If I save and close the file, and then re-open it, Content Assist works again. That is until I type the same code above.
Note: The same problem does not happen if I try to create say a Date object. Very strange.
For newcomers to Java this is quite painful as Code Assist is a valuable way to learn the API.
Just wanted to get some feedback here first, before I consider raising a bug.
|
|
|
|
|
|
|
|
Re: Content assist in Eclipse Kepler unreliable. [message #1161384 is a reply to message #1152781] |
Tue, 29 October 2013 15:34  |
Eclipse User |
|
|
|
My problem is more basic. I downloaded a fresh copy today of Kepler to Mac OS X Lion 10.7.5 (11G63). I created a test class. I entered the java keyword 'for' and left the cursor following 'for'. I pressed cntrl-space. Pop-up displayed several classes, enums and interfaces. No 'for' proposals.
public class TestClass {
int i = 1;
int j = 2;
for[cursor here]
}
What am I doing wrong? Should I open a separate thread? all help appreciated.
|
|
|
Powered by
FUDForum. Page generated in 0.03971 seconds