[Bug 66683] Code refactoring
F Fracassi
f.fracassi at gmx.net
Thu Nov 20 08:13:04 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=66683
------- Additional Comments From f.fracassi at gmx.net 2003-11-20 08:11 -------
Though not refactoring strictly speaking, I have this addition to the list, since it is very close to "Change method signature" funktionality wise.
- "Implement this", i.e.
I'm in a header file, the cursor is in a line defining a method which has not jet been implemented. e.g. int f(int x); I would then invoke the "Implement this" feature (shortcut, RMB-popup) and in the corresponding implementation file the body of the method would magicaly appear:
int myclass::f(int x) {
<-- cursor blinking here, ready to edit.
}
More information about the KDevelop-devel
mailing list