This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70891

Summary: Wizard for Code Completion provider
Product: apisupport Reporter: Jan Lahoda <jlahoda>
Component: TemplatesAssignee: Martin Kozeny <mkozeny>
Status: NEW ---    
Severity: blocker CC: issues
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jan Lahoda 2006-01-01 18:27:27 UTC
Would be nice to have a wizard to create a code completion provider for a
particular mime-type. It probably would:
1. create a Java source stub for the completion provider
2. create a simple CompletionItem, probably supporting only a text and an icon,
and a default action
3. do the layer registration

The Editor Code Completion API is official.