Dotify
Convert [[AnObject method1] method2] to AnObject.method1.method2 with Xcode Extension
Editor Menu
Set Xcode Key-Binding
Use Shortcut
What is it
xTextHandler based tool to convert Objective-C syntax
Features
[[AnObject method1] method2]->AnObject.method1.method2- Multiline Selections
- Key-Binding available
- Swift 3.0
Usage
- Install Xcode 8
sudo /usr/libexec/xpccachectlin macOS EI Capitan- Build & Run
- Choose Xcode to debug
- Select text
- Open Editor menu to find extensions
- You can set a shortcut (Key-Binding) for each extension
- Maybe you will like this WWDC Session
Tips
Since Xcode 8.0 beta 2 (8S162m) is totally unstable now, you may see nothing after you build & run this project :(
Contacts
Weibo: @StackOverflowError
Twitter: @cyanapps
Email: log.e@qq.com


