LoginSignup
21
21

More than 5 years have passed since last update.

Alcatrazを使ってXcodeに入れた便利なプラグイン 5つ

Last updated at Posted at 2016-01-03

Alcatraz とはなんぞ?という方はこちらの記事をどうぞ
http://qiita.com/makies/items/de392e4562ef58302cce

CocoaPods

https://github.com/kattrali/cocoapods-xcode-plugin
podコマンド実行をメニューから行うことができるようになる
/usr/bin 以外にある場合(rbenvやrvmを使って入れた場合)は、パスを指定してやる必要がある

$ which pod  # pod コマンドがどこにあるかを調べる
/Users/USERNAME/.rvm/gems/ruby-2.2.0/bin/pod

最後の pod の前までの部分をコピーして GEM_PATH: の欄に入力する

GitDiff

https://github.com/johnno1962/GitDiff
diffのある行の表示
行番号とソースコードの隙間に色がつく
その行の行番号のあたりをマウスhoverすると変更前のコードが見れる :arrows_counterclockwise: こんなマークをクリックすると変更前の状態に戻すことができる

KZLinkedConsole

https://github.com/krzysztofzablocki/KZLinkedConsole
consoleログから該当箇所をワンクリックで開いてくれる

XcodeColors

https://github.com/robbiehanson/XcodeColors
consoleログに色を付ける

Xvim

https://github.com/XVimProject/XVim
vimの操作感を使えるようにする
Alcatraz導入以前はXcodeをアップデートするたびに毎度cloneしてビルドしてたので、便利になった

21
21
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
21
21