Bug 71770

Summary: [quick fix] Template mode for "add unimplemented methods"
Product: [Eclipse Project] JDT Reporter: Ilja Preuss <preuss>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Ilja Preuss CLA 2004-08-11 07:35:16 EDT
It would be nice if the "add unimplemented methods" quick fix would enter 
template mode, so that hitting the tab key would cycle through the bodies of 
the added methods.
Comment 1 Dan Allen CLA 2004-09-29 14:13:15 EDT
It would be especially nice if, after adding the new methods, hitting the tab
key would cycle through the parameters of the added methods to select custom
names, especially since the default names are so generic (arg0, arg1, arg2...)