Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: salvois on November 15, 2007, 11:48:06 am

Title: Autocomplete class
Post by: salvois on November 15, 2007, 11:48:06 am
Hello,
I'm new to Code::Blocks, sorry if this is a trivial question.

I have a C++ header file, where I have a class with method declarations. Is there any facility to "autocomplete" the class, in the associated .cpp file, providing an empty implementation for methods that only have a declaration? I'm thinking to Delphi's Ctrl-Alt-C IIRC. That would be very comfortable when implementing event handlers for subclasses of GUIs made with wxFormBuilder.

If that facility is not available, where can I submit it as a feature request?
Thanks,
   Salvo