LoginSignup
0
1

More than 5 years have passed since last update.

Xcode Tips

Last updated at Posted at 2016-12-14

目的

最近Xcodeを使いはじめました。そこで、気になって調べた機能をメモ代わりに投稿していこうと思います。随時更新していく予定なので時々見に来てもらえるといいかもしれません。開発はc++を使っています。

ショートカット編

  • 複数行コメント
command + /
  • 複数行タブ
command + [ or command + ]
  • ビルド
command + b
  • 定義に飛ぶ
option を押しながら対象をクリック
  • .cpp .h の切り替え
command + control + ↑
  • ファイル名を指定して移動
command + shift + o
0
1
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
0
1