Sasa
Tomato Guru
272 Posts |
Posted - Dec 21 2005 : 5:32:30 PM
|
Hi,
Sorry for my bad english. It would really be neat to have Visual Assist replace the very buggy Class View in VS2005, and to replace the wizards that add member variables and functions. They are really bad in VC++. Sorry if this has been mentioned befreo. I seen a suggestion on refactoring, and if this is what it means, that yes, I want refactoring!! :)
What is the status on that? ( refactoring )
Thanks for your reply. |
C++ Visual Studio 2008 Pro Windows 7 x64
|
|
feline
Whole Tomato Software
United Kingdom
19003 Posts |
Posted - Dec 22 2005 : 1:48:24 PM
|
refactoring is a fairly broad term, basically meaning "change the code so it still works the same, but is easier to read and maintain". you can get a good start on this idea here http://www.refactoring.com/
the status, as far as i am aware, is "under development". due to the complexity of C++, including headers, and especially #define this is quite a major undertaking
i don't actually know what will be covered by VA's refactoring myself, so i prefer to wait and see what comes before putting in a feature request for this.
as for class view its self, have you tried out VAView? this offers a way of viewing information on a class, in the bottom panel. |
zen is the art of being at one with the two'ness |
|
|