Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Code completion broken in Eclipse SDK?
Code completion broken in Eclipse SDK? [message #329535] Fri, 27 June 2008 11:48 Go to next message
David Whiteman is currently offline David WhitemanFriend
Messages: 166
Registered: July 2009
Senior Member
For some reason, in the last couple RC builds and the 3.4 GA build of
the Eclipse SDK, I can't get code completion to work. It always says
there were no suggestions. What would cause this to break? This is on
Windows XP.

Thanks,
David
Re: Code completion broken in Eclipse SDK? [message #329548 is a reply to message #329535] Fri, 27 June 2008 16:31 Go to previous messageGo to next message
David Whiteman is currently offline David WhitemanFriend
Messages: 166
Registered: July 2009
Senior Member
David Whiteman wrote:
> For some reason, in the last couple RC builds and the 3.4 GA build of
> the Eclipse SDK, I can't get code completion to work. It always says
> there were no suggestions. What would cause this to break? This is on
> Windows XP.
>
> Thanks,
> David

Here's an example... if I have the following method:

public void foo(String string) {
System.out.println(string);
}

And I start a new line after the first line and type "string." and press
Ctrl+space, it offers none of the methods from the String class.

I have tried running Eclipse both with the IBM 1.5 JRE and a 1.6 JRE,
but neither seems to cause the code completion to work. Has anyone seen
this before?

David
Re: Code completion broken in Eclipse SDK? [message #329563 is a reply to message #329548] Sat, 28 June 2008 00:06 Go to previous messageGo to next message
Francis Upton IV is currently offline Francis Upton IVFriend
Messages: 472
Registered: July 2009
Location: Oakland, CA
Senior Member
This is a knonw issue in some cases, reset your code completion options
to the default and that will fix it.

David Whiteman wrote:
> David Whiteman wrote:
>> For some reason, in the last couple RC builds and the 3.4 GA build of
>> the Eclipse SDK, I can't get code completion to work. It always says
>> there were no suggestions. What would cause this to break? This is
>> on Windows XP.
>>
>> Thanks,
>> David
>
> Here's an example... if I have the following method:
>
> public void foo(String string) {
> System.out.println(string);
> }
>
> And I start a new line after the first line and type "string." and press
> Ctrl+space, it offers none of the methods from the String class.
>
> I have tried running Eclipse both with the IBM 1.5 JRE and a 1.6 JRE,
> but neither seems to cause the code completion to work. Has anyone seen
> this before?
>
> David


Re: Code completion broken in Eclipse SDK? [message #329571 is a reply to message #329563] Sat, 28 June 2008 10:36 Go to previous messageGo to next message
David Whiteman is currently offline David WhitemanFriend
Messages: 166
Registered: July 2009
Senior Member
Francis Upton (News) wrote:
> This is a knonw issue in some cases, reset your code completion options
> to the default and that will fix it.

Thanks, Francis. This is a result of me reusing a workspace from an
earlier build. Something happened in that earlier build and Eclipse
reset my code completion options (the ones on the Advanced tab). I just
clicked Restore Defaults and everything is working now.

Thanks again,
David
Re: Code completion broken in Eclipse SDK? [message #329683 is a reply to message #329571] Tue, 01 July 2008 10:10 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
David Whiteman wrote:
> Francis Upton (News) wrote:
>> This is a knonw issue in some cases, reset your code completion
>> options to the default and that will fix it.
>
> Thanks, Francis. This is a result of me reusing a workspace from an
> earlier build. Something happened in that earlier build and Eclipse
> reset my code
Not really. The problem is that previously you had Mylyn installed which
modified the settings and now Mylyn is probably no longer installed.

Dani
> completion options (the ones on the Advanced tab). I just clicked
> Restore Defaults and everything is working now.
>
> Thanks again,
> David
Previous Topic:Mouse controls not working with Ganymede
Next Topic:OpenEditor on an input object (instead of a file)
Goto Forum:
  


Current Time: Sun Jun 30 13:50:46 GMT 2024

Powered by FUDForum. Page generated in 0.03811 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top