自己学習用にまとめたものになります。
使う頻度が高いもの
ショートカット | アクション |
---|---|
command + shift + u | Toggle Case 大文字・小文字の切り替え |
shift + tab | Unindent Selection インデントを1段階削除 |
command + shift + ↑ option + shift + ↑ |
Move Statement Up カーソル行・選択行を上に移動 |
command + shift + ↓ option + shift + ↓ |
Move Statement Down カーソル行・選択行を下に移動 |
control + space | Code Completion Basic コード補完 |
control + j | Quick Documentation クラス・メソッドなどのドキュメントを表示 |
command + option + l | Reformat Code コードをフォーマット |
control + option + i | Auto-Indent Lines 自動インデント |
command + b | Navigate Declaration 定義に移動 |
command + option + b | Navigate Implementations 同じInterfaceを実装しているクラスに移動 |
command + u | Navigate Super Method 親クラスのメソッドに移動 |
command + shift + t | Navigate Test テストクラスに移動 |
command + f | Find ファイル内で文字列を検索 |
command + r | Replace ファイル内の文字列を置換 |
command + w | Close タブを閉じる |