Propertizer is Xcode source extension for easily adding @property commands in ObjectiveC source files. During Alcatraz plugin era I used a plugin which helped me autocomplete @property using @t shortcut. In Xcode 8 Alcatraz doesn't work so I decided to make an Xcode extension similar to mentioned plugin. Hope you will love it.
- Close Xcode
- (OSX 10.11 only)
sudo /usr/libexec/xpccachectl
- Download the Propertizer app
- Unzip and copy to Applications folder
- Run (right click + open)
-> System Preferences... -> Extensions -> All -> Enable Propertizer
- Open Xcode
- Select a source file
- Use it using
Editor -> Propertizer -> some command...
##Note
- Sometimes Propertizer doesn't show in Editor menu even you did instalation guide steps. Open up Xcode and launch Propertizer, it should appear in Editor menu. From now on you don't have to launch Propertizer app.