Skip to content

monperrus/content-assist-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

an example code completion system for Eclipse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages