'Where is the AppCode "extract to file" refactoring?

I pretty sure there used to be a KB shortcut to "extract a class to a separate file". Am I wrong or where did it go?

I tend to write several classes/structs in the same file when on a roll, and then use refactoring to separate those out in separate files, named according to the class name.

I have just set up a new dev mac and now I cant seem to find that refactoring function.

I'm using:

  • Monterey 12.0.1
  • Xcode 13.1
  • AppCode 2021.2.4 (Classic IntelliJ shortcuts)

Extract class to file missing



Solution 1:[1]

AppCode currently supports Move… (F6) for Objective-C only.

Move declarations to file (existing or new)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jon Reid