Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Code Recommenders » (no subject)
(no subject) [message #670745] Sun, 15 May 2011 11:43
Eclipse UserFriend
Originally posted by: <forums-noreply

Hello Recommenders Team!

I've learned about your project via StackOverflow topic.
Unfortunatelly I can not paste link here, because of forum
rules (need to post at least 5 msgs :/). If you're
interested in checking it type this in search bar on
stackoverflow.com: "Eclipse: Fulltext autocompletion for
Java?".
I'd like to make a proposal about fulltext autocompletion.

Figure: Simple Java Bean class
class Person {
String name, surname, dataXml, dataSql;
+ getters and setters for fields
+ default constructor
}

Now pressing "g" completes all geters to me. This is fine as
long as my class is small enough to list them quickly. But
imagine you have much more fields.

Now see I put there field "dataXml" which has corresponding
getter "getDataXml()". After some time you want to use this
bean, but you don't remember exact field name, you only know
that there was something with xml in name. Typing xml would
automatically propose "getDataXml()" method. Same applies
with "Sql" and so on.

I hope I made my proposal clear enough, or please take a
look at stackoverflow topic for more info.

Thanks!
Previous Topic:Contribute to eclipse.recommenders
Next Topic:Chain Completion - pure JDT-based Version
Goto Forum:
  


Current Time: Sat Apr 20 01:37:54 GMT 2024

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

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

Back to the top