LoginSignup
1
1

More than 3 years have passed since last update.

AndoroidStudioとXcodeのショートカット集

Last updated at Posted at 2019-10-13
アクション AndroidSutudio Xcode
ファイル検索 Shift 二回押す Command + Shift + O
コマンドの検索と実行 Cmd + Shift + A
コードの予測出力 Cntl + スペース
コードのフォーマット Option + Cmd + L Ctrl + i
自動インポート Cntl + Option + O
ドキュメントの表示 F1
メソッドの作成 Cmd + N
ソースへのジャンプ Cmd + ↓
呼び出し元一覧 Cntl + Option + H 右クリック⇨Find Call Hierarchy
行の削除 Cmd + Backspace
シンボル名による検索 Option + Cmd + O
ビルド Cmd + F9 Cmd + B
ビルドして実行 Cntl + R
デバッグ Cntl + D
プロジェクトウィンドウの表示/非表示 Cmd+ 1
タブの切替 Cmd + Shift + [
デバッグ中の式の実行 Option + F8 デバッグエリアで po <式> expression <式> = <値>
作業中のブランチ名 右下 左上の対角線のある□の中に○があるアイコンをクリックして出る画面の左上
同じファイルを開く ファイルのタブを右クリック→SplitVerticaly
GREP command + shift + F command + shift + F
メソッド一覧 Cmd + F12
メソッドの抽出 右クリック → Refactor → Extract → Function
ウインドウの分割 ファイルのタブで右クリック→Split Vertically 右上の□□と+が合わさったアイコンクリック
Nullの時演算子 :? ??
表示ファイルの戻る次へ cmd+ctrl+←or→

プレーンテキストでの貼り付け command + shift + F
参考:https://dev.classmethod.jp/smartphone/android/android-studio-basic/

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