Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: void on January 20, 2012, 06:12:05 pm
-
Hello there,
I'm asking this to myself for quite a while now, but is there any tool/plugin/gui/whatever that is intended to reorganize your C++ code to make it more readable? I'm not talking about code formatting, but things like reorganize the order of member implementation to match the header file for example. Another thing that would be nice (though not necessary) would be some kind of automatic template generation for Doxygen comments. I'd love some gui that helps writing them, would be absolutely fantastic in my opinion.
Any ideas about that, especially the header/source order thing? Thank you in advance!
-
For the declaration sorting the best tools are called copy and paste.
Any other solution would be nightmare in the long run.
If you really depend on these kind of tools you'll have to switch the language, sorry.
For the doxygen comments, you can try the Doxyblocks plugin. It comes with the recent nightly builds.