Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse doesn't autocomplete constructors
eclipse doesn't autocomplete constructors [message #266343] Sun, 16 November 2008 19:08 Go to next message
Eclipse UserFriend
Originally posted by: mailpgrupos.netcabo.pt

Hi,
I tried this with eclipse 3.2 and 3.4, and the result is the same:
1. Write
Scanner r = new Scanner(); // (or any other class)
2. Put the cursor on the right paren.
3. Press ctrl+space to call content assist. A list of Scanner constructors
appears.
4. Press down arrow to select the one that suits my needs and enter to
select it.
Expected results: eclipse should replace the empty parens with the arguments
of the selected constructor sorounded by parens.
Actual results: eclipse mantains the empty parens (ddoesn't fill with the
constructor arguments).
With methods, eclipse autocompletes them, but not with constructors.
Is this an important bug, or am I missing something? If it's a bug, what is
its url (I don't believe people haven't discovered this before, but I don't
find references to this bug). In fact, I think it's an important feature to
correct and, with it, eclipse will be the best.

Thanks

Best regards
S
Re: eclipse doesn't autocomplete constructors [message #266348 is a reply to message #266343] Mon, 17 November 2008 06:52 Go to previous message
Remy Suen is currently offline Remy SuenFriend
Messages: 462
Registered: July 2009
Senior Member
Sérgio Neves wrote:
> If it's a bug, what is
> its url (I don't believe people haven't discovered this before, but I don't
> find references to this bug). In fact, I think it's an important feature to
> correct and, with it, eclipse will be the best.

This one, maybe?

[assist] Constructor completion
https://bugs.eclipse.org/bugs/show_bug.cgi?id=6930

Remy
Previous Topic:plugin-in install - repository not found error
Next Topic:"The selection cannot be launched, and there are no recent launches"
Goto Forum:
  


Current Time: Fri Apr 19 23:53:24 GMT 2024

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

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

Back to the top