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?Tongue Tied

[377 byte] By [FeiXu] at [2007-12-16]
# 1
A possible solution here is to not use VS2005's built-in class modules. I'm not entirely sure though because I've never yet had to program a class in VS2005. You may just have to deal with doing it by hand (it's only two places)
curtmack at 2007-8-21 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2
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

RonaldLaeremans at 2007-8-21 > top of Msdn Tech,Visual C++,Visual C++ General...