Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Recommenders/Attic/New and Noteworthy/0.3"

m (Subwords Completion Engine)
m
Line 2: Line 2:
  
 
Sometimes you just don't know the complete name of a method - or entering its full name from the first character? Subwords is here to assist.  
 
Sometimes you just don't know the complete name of a method - or entering its full name from the first character? Subwords is here to assist.  
 
<br>
 
  
 
It supports code completion on method names:  
 
It supports code completion on method names:  
Line 9: Line 7:
 
[[Image:Recommenders subwords methodnames.png]]  
 
[[Image:Recommenders subwords methodnames.png]]  
  
<br>
 
 
<br>
 
  
 
and completion on variable names:  
 
and completion on variable names:  
 
<br>
 
  
 
[[Image:Recommenders subwords variablename.png]]  
 
[[Image:Recommenders subwords variablename.png]]  
 +
  
 
and completion on method overrides:  
 
and completion on method overrides:  
Line 23: Line 17:
 
[[Image:Recommenders subwords methodoverrides.png]]  
 
[[Image:Recommenders subwords methodoverrides.png]]  
  
'''Subwords has been developed by Paul-Emmanuel Faidherbe and contributed to Eclipse Code Recommenders. Thank you Paul-Emmanuel!  
+
'''Subwords has been developed by Paul-Emmanuel Faidherbe and contributed to Eclipse Code Recommenders. Thank you Paul-Emmanuel! '''
'''
+
 
 +
 
 
Subwords currently has some limitations:
 
Subwords currently has some limitations:
 
* It doesn't support dynamic reranking of proposals with better/larger overlaps.
 
* It doesn't support dynamic reranking of proposals with better/larger overlaps.

Revision as of 13:06, 11 August 2011

Subwords Completion Engine

Sometimes you just don't know the complete name of a method - or entering its full name from the first character? Subwords is here to assist.

It supports code completion on method names:

Recommenders subwords methodnames.png


and completion on variable names:

Recommenders subwords variablename.png


and completion on method overrides:

Recommenders subwords methodoverrides.png

Subwords has been developed by Paul-Emmanuel Faidherbe and contributed to Eclipse Code Recommenders. Thank you Paul-Emmanuel!


Subwords currently has some limitations:

  • It doesn't support dynamic reranking of proposals with better/larger overlaps.
  • It only works in the scenarios shown above. Typename completions are yet not possible.

You may find more limitations as you go. Please send your feature requests and bugs to Bugzilla. A thread discussing this contribution is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=350000

Back to the top