Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Collect code completion proposals
Collect code completion proposals [message #1080670] Tue, 06 August 2013 08:34
MUHAMMAD ASADUZZAMAN is currently offline MUHAMMAD ASADUZZAMANFriend
Messages: 2
Registered: July 2013
Junior Member

Hi JDT Team,
For my research project I need to collect the code completion proposals made by the completion engines. From my eclipse plugin, I can use the following code fragment to collect completion proposals:

CompletionProposalCollector collector= new CompletionProposalCollector(ic);
ic.codeComplete(position, collector);//i can collect the position information
IJavaCompletionProposal[] proposals= collector.getJavaCompletionProposals();

But the problem is that this only gives me core jdt completion proposals. But I need that all proposal computers
installed on that eclipse should be run. Is there any api in jdt that can help me in this regard.

Thanks.
Previous Topic:Error while run a poi program
Next Topic:Adding Glassfish 2.1 server adapter to Eclipse Juno
Goto Forum:
  


Current Time: Fri Apr 19 23:42:30 GMT 2024

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

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

Back to the top