/content-assist-example

an example code completion system for Eclipse

Primary LanguageJava

content-assist-example is an example completion system for Eclipse. It aims at facilitating understanding the code completion framework of Eclipse (aka "content assist") and writing novel completion prototypes.

It adds one single extension to the extension point org.eclipse.jdt.ui.javaCompletionProposalComputer. This extension relies on class ExampleProposalComputer. ExampleProposalComputer returns the same completion proposal for all contexts: "content-assist-example_foo1" (usually at the end of the list).

Documentation: