[IDE & Editor] Rubymine のショートカット4つを覚える
コマンドの実行。
プロジェクトファイルの検索。
コードの自動整形。
コードジャンプ。
Contents
ショートカット
Help > Find Action
cmd + shift + A
コマンドを実行する。
cmd + shift + O
プロジェクト内のファイルを検索する。
Code > Reformat Code
cmd + option + L
コードを設定に従って自動整形する。
Preferences > Editor > Code Style > Ruby
で設定する。
cmd + b
コード内のカーソル位置から定義元へジャンプする。