I use C ++ to create cross-platform games and have recently switched from visual studio to xcode. I really like the features, but I could not find some shortcuts that I used daily with VS (using the visual accompaniment plugin)
In the visual studio, I could just move + alt + q, and he opened the list with a number of useful things, such as the implementation function in the cpp file, rename or encapsulate the field. How can I achieve this in Xcode? The most important thing for me is to create implementations based on the .h file, since all my files contain only one class, and the name is the same, and it really speeds up development.
source
share