Community
Participate
Working Groups
Build Identifier: In visual studio I could see a view of the classes in my project. I was able to right click on a class and select "Add Member Function" or "Add Member Variable" and this gave me a simple dialog where I could enter the type, name, public/protected/private etc. It would be nice to have this feature in the CDT as well. The Outline View would be a good place to implement this. And the Source item of the context menu. The existing "Implement Method.." only works when there is already a definition of the method in the header file. Reproducible: Always