History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-2767
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Peter Gromov
Reporter: Maxim Shafirov
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Ctrl+Space help when implementing/overriding methods

Created: 06 Dec 04 20:48   Updated: 04 Aug 08 21:13
Component/s: Editor. Code Completion
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEABKL-1998 Ctrl+Space help when implementing/ove... Normal Resolved


 Description  « Hide
public interface I {
void foo();
}
?
public class C implements I {
<caret>
}
?
public class B implements I {
public void f<caret>
}

pressing Ctrl+Space at both caret places should complete to foo() method template implementation like Ctrl+I/O does.



 All   Comments   Work Log   Change History      Sort Order: