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
(Removing all content from page)
 
(38 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== 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.
 
 
<br>
 
 
It supports code completion on method names:
 
 
[[Image:Recommenders subwords methodnames.png]]
 
 
<br>
 
 
<br>
 
 
and completion on variable names:
 
 
<br>
 
 
[[Image:Recommenders subwords variablename.png]]
 
 
and completion on method overrides '''(image seems to be broken at the moment). Help Wanted''':
 
 
[[Image: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 that have better overlaps. It only works in the scenarios shown above. Typename completions are yet not possible. You may find more limitations as you go. Feature requests and bugs are best discussed &nbsp;in Bugzilla here:&nbsp;https://bugs.eclipse.org/bugs/show_bug.cgi?id=350000
 

Latest revision as of 02:30, 26 September 2013

Back to the top