Feature #3919 2007-12-21 18:38

jonathan_klein

Auto Functionhead from Deklaration

Hi I was thinking about a very cool Feature, that could make life (and when i say "life" i mean programming) easier and faster. If i create a class in C++ i have a .cpp and a .h file. When i want to add a new Methode, i write the prototype in the .h file. Than i have to write nearly the same line (but with smal changes) as a header in the .cpp file. Now i want a shortcut, which copys my new method prototype in the .cpp file and makes the necessary changes. It would be very cool, if the new Method would be on the right places, so that the implementations in the .cpp file are in the same order as the declarations in the .h file.

If no one is interessted in implementing this Feature, i may write a plugin for it. But first i wanted to know, if anyone had the same idea before, and if any work was done before.

Keep coding.

Category
Editing
Status
Open
Close date
 
Assigned to