0
1

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 swift 個人的によく使うショートカットメモ

Last updated at Posted at 2021-02-08

随時更新予定

表示/非表示系

command + 0
左のファイル一覧を表示/非表示
option + command + 0
右のプロパティいじるやつを表示/非表示
command + shift + y
下のデバッグを表示/非表示
option + command + control + Return
対応するソースコードを表示/非表示
command + shift + l(エル)
objectライブラリを開く(超使う)

ソースコード系

command + i
インデントを整える

実行系

command + b
ビルドする
command + r
ビルドして実行する
command + shift + k
クリーンビルドする
command + .(ドット)
停止する
F6
ステップオーバー
F7
ステップイン
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?