How to delete a member function in VS2005 like in VC6?
In VC6, I can delete a member function by selecting the member function and select delete from pop-up menu, after that, both the declaration & definition are deleted in .h & .cpp file. I like this function very much because it's very convenient.
But now in VS2005, where is that function?
[377 byte] By [
FeiXu] at [2007-12-16]
Hi Xei Fu,
This functionality is no longer available in any version post 6.0. Feedback from customers in 6.0 was that the functionality was confusing. You might want to enter an issue on the MSDN feedback center so other custoemrs can vote on it:
http://lab.msdn.microsoft.com/ProductFeedback/
Thanks.
Ronald Laeremans
Visual C++ team