[英] Dotify - Xcode 8 语法插件

1,926 阅读1分钟
原文链接: github.com

Dotify

Language License

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

Editor Menu

image

Set Xcode Key-Binding

image

Use Shortcut

image

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