環境情報
MacOS Version : 10.8
RubyMine Version : 5.4.3.2.1
KeyMaps : Mac OSX 10.5+
ショートカット(設定:Preference > Keymap)
ショートカットキー | 効果 | ショートカット名 |
---|---|---|
F4 | メソッドジェンプ | Main menu > View > Jump to Source |
control + space | 補完呼び出し | Main menu > Code > Completion > Basic |
command + option + L | コードフォーマット | Main menu > Code > Reformat Code... |
command + option + ↑ | 対応するコントローラ、ビュー、テストを表示 | Main menu > Navigate > Related Files |
command + shift + O | ファイル名による検索 | Main menu > Navigate > Files... |
command + / | コメントイン、コメントアウト | Main menu > Code > Comment with Line Comment |
command + shift + ↑↓ | 選択箇所を上下移動 | Main menu > Code > Move Statement UP, Down |
command + shift + . | <%= %>を挿入 | Main menu > Tools > Extensions > Erb > Inseert '<%= %>' |
※開発環境によって、初期のショートカットキーが異なる場合があります。 |
Editor設定
- カーソル位置が自由すぎるのを行の最後にする
Settings > Editor > Allow placement of caret after end of lineをオフにする