kinwahlai / XcodeRefactoringPlus

Xcode Refactoring extention
50 stars 12 forks source link

Support Objective-C++? #9

Open gerchicov-bp opened 9 years ago

gerchicov-bp commented 9 years ago

xCode doesn't support refactoring not only Objective-C++ code but also normal Objective-C code which uses Objective-C++ code. I had to use some tricks to make it workable (somehow hid unsupported code) but it is hard to do the same in a ready project which already use tons of such code.

kinwahlai commented 9 years ago

@gerchicov-bp , can you provide some code snippets that you are using?

gerchicov-bp commented 9 years ago

Simply create one typical Objective-C class (.h + .m files) and import something with c++ code (.h + .mm or .cpp files)