After switching from Visual Studio 2012 with latest Visual Assist to XCode 5 for C++ development I feel very unhandy. I cannot find the comfort of doing such things:
- renaming
- finding usages
- switching back and forth between definition and declaration
- changing function signature
- inserting code snippets such as
#ifndef A #define A /*here come header file*/ #endif
But I am sure that there are lot of C++ developer on Mac and of course there should be handy tools for them. Please advice what I need to install. What is the standard arsenal of C++ developer on Mac?