Bug 6953 - No code assist proposals for interface constructor
Summary: No code assist proposals for interface constructor
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-14 12:23 EST by John Arthorne CLA
Modified: 2002-01-17 04:35 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2001-12-14 12:23:03 EST
If I type:

new ISelectionListener(

and then hit Ctrl+Space, it suggests nothing.  I would like it to suggest 
completing an anonymous implementation of the interface.  Ideally it would 
automatically insert the entire local class declaration, including empty stubs 
for all required methods.  This would save lots of typing!
Comment 1 Erich Gamma CLA 2001-12-14 12:37:30 EST
it works for interfaces in source but not for interfaces in binary classes.
This JCore limitation - moving.
Comment 2 Philipe Mulet CLA 2001-12-17 04:11:40 EST
Should not be working anywhere.
Comment 3 David Audel CLA 2002-01-17 04:30:46 EST
see bug http://bugs.eclipse.org/bugs/show_bug.cgi?id=6342

Fixed