2
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 1 year has passed since last update.

【Swift】初心者向けXcodeショートカット

Posted at

Xcodeのショートカットとは

キーボードの特定のキーの組み合わせで、Xcodeの機能を素早く呼び出すことができる方法です。ショートカットを使うことで、より効率的にコーディング作業を行うことができます。Xcodeには多数のショートカットが用意されており、開発者が独自のショートカットを設定することもできます。

Xcodeを触るなら覚えておきたいリスト

ショートカットキー 動作内容
Command + R プロジェクトをビルドして実行する
Command + B プロジェクトをビルドする
Command + Shift + K プロジェクトのクリーンアップをする
Command + Shift + F プロジェクト内の検索をする
Command + Shift + O プロジェクト内のファイルを検索して開く
Command + Shift + L カーソル位置の行を選択する
Control + Command + 上下キー プログラムの構造に従って、カーソルを上下に移動する
Command + / カーソル位置の行をコメントアウトする
Option + Command + / カーソル位置から選択範囲をコメントアウトする
Command + Shift + Y デバッグエリアを表示・非表示にする
Command + 0 ナビゲーターを表示・非表示にする
Command + 1 プロジェクトナビゲーターを表示・非表示にする
Command + 2 問題ナビゲーターを表示・非表示にする
Command + 3 ログナビゲーターを表示・非表示にする
Command + 4 ブレークポイントナビゲーターを表示・非表示にする
Control + 6 メソッドリストを表示する
Control + I 選択されたコードのインデントを整形する

ぜひこれらを覚えて使ってみてください!

最後に

iOSアプリ開発をしています。
主にSwiftですが、最近は熱が入ってきてFlutterも🦾
色々やってます。もし良かったら見てってください。

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