LoginSignup
85
83

More than 5 years have passed since last update.

Xcodeのコード補完が超絶便利になるプラグイン

Last updated at Posted at 2014-02-21

FuzzyAutocompletePlugin

Xcodeのコード補完機能がファジー(曖昧)になり、かなり使いやすいです。

GitHub:https://github.com/chendo/FuzzyAutocompletePlugin
FuzzyAutocompletePlugin

導入方法
初めてプラグイン導入手順はこちらを参照してください。
初めてのXcodeプラグイン導入手順

$ git clone https://github.com/chendo/FuzzyAutocompletePlugin.git
$ cd FuzzyAutocompletePlugin
$ xcodebuild -project FuzzyAutocomplete.xcodeproj build

これだけです。
あとはXcodeを再起動すれば、導入完了です。

実際に使ってみると、こんな感じです。
self.view asと入力すると addSubview:(UIView*) が補完されます。

うろ覚えのデリゲートメソッドとか書くときに便利ですね!

85
83
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
85
83