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 - Wizard for Code Completion provider
Summary: Wizard for Code Completion provider
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-01 18:27 UTC by Jan Lahoda
Modified: 2013-02-14 13:17 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.