Reputation: 1941
guys, Is there a VS2010 VC++ add-on to auto generate C++ class method declaration code in header file and implementation code in cpp file when I am trying to add a new method into an existing class?
Too many add-on. Maybe there is, but I don't know which one.
Thanks.
Upvotes: 1
Views: 1578
Reputation: 9573
Visual Assist X from Whole Tomato has an "Add Member" as well as "Create Implementation" and "Create Declaration" functions. It can also move implementation to source amongst other things. So far this has been the best (and only) c++ plug-in I use. Further, it's Intellisense feature is much better than Visual Studio's built in one. Unfortunately it's not free, but well worth it.
Upvotes: 1