| Content assist in Eclipse Kepler unreliable. [message #1104908] |
Mon, 09 September 2013 00:53  |
Ash H Messages: 3 Registered: September 2013 |
Junior Member |
|
|
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 #1125582 is a reply to message #1104908] |
Fri, 04 October 2013 13:17  |
K Dakshin Messages: 1 Registered: October 2013 |
Junior Member |
|
|
Hi, I'm new to Java too, and for me the problem is when I use the import function.
If I want to import java.io.InputStreamReader, when I type "java.io." it just displays one item, "java.io.*"
When I press Ctrl+Space thrice, it shows a list containing all the classes inside java.io, which is what I want when I type "java.io."
Is there any way to make this appear at first instead of having to press it thrice?
Thanks in advance!
|
|
|
Powered by
FUDForum. Page generated in 0.02251 seconds