转载

[iOS] [英] Dotify - Xcode 8 语法插件

Dotify

Convert [[AnObject method1] method2] to AnObject.method1.method2 with Xcode Extension

Editor Menu

[iOS] [英] Dotify - Xcode 8 语法插件

Set Xcode Key-Binding

[iOS] [英] Dotify - Xcode 8 语法插件

Use Shortcut

[iOS] [英] Dotify - Xcode 8 语法插件

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

  1. Install Xcode 8
  2. sudo /usr/libexec/xpccachectl in macOS EI Capitan
  3. Build & Run
  4. Choose Xcode to debug
  5. Select text
  6. Open Editor menu to find extensions
  7. You can set a shortcut (Key-Binding) for each extension
  8. 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

原文  https://github.com/cyanzhong/Dotify
正文到此结束
Loading...