AppCode
 
Get AppCode

Extract typedef

Last modified: 16 December 2022

Language: Objective-C

Shortcut: Ctrl+Alt+K

The Extract Typedef refactoring changes the selected declaration of a type to a typedef definition. You can apply Extract Typedef when actual declaration is cumbersome, potentially confusing, or likely to vary from one implementation to another, or just to make code presentation more clear and readable.

https://resources.jetbrains.com/help/img/idea/2023.1/ac_extract_typedef.png
Gif