1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Xcode】まずはこれだけ、便利なショートカット

Posted at

マストなアイテム(キーボードショートカット)を集めてみました。
環境はXcode 11.6です。

複雑なショートカットはよく忘れてしまいますが(カスタマイズしろよ!)、これらはよく使うのですぐに慣れるはず。

検索

cmd + F

現在開いているファイル内で検索。

cmd + shift + F

全てのファイルから検索。

cmd + shift + O

ファイル名や関数名を検索。
だいぶ便利!

ビルドと実行

以下の2つはセットで覚える。

cmd + R

実行。

cmd + .

実行(ビルド)を中止。

表示

cmd + shift + J

「いま編集しているファイル、どのディレクトリ階層にあるんだっけ?」

cmd + 0

左メニューの表示/非表示を切り替える。

cmd + 1~9

左メニューの中の表示を切り替える。

編集

右クリック、 cmd + クリック

シンボルを右クリックしたり、cmdを押しながらクリックすると、各種アクションが表示される。
右クリック → Refactor → Renameはよく使う。

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?