目的
RubyMineで使うショートカットや表示の名前メモしていく。特に名前は意外と調べるのが大変なので。
macOSでのSublimeとRubyMineのショートカット対応表もどうぞ。
ショートカット
名前 | ショートカット | リファレンス |
---|---|---|
VCS Operations Pop-up | Ctrl v | リンク (Intellij IDEA) |
Find usages | Opt F7 | リンク (Intellij IDEA) |
Code Folding | Command period (⌘ .) | リンク (Intellij IDEA、リンク先のショートカットが間違っている) |
表示の名前
表示 | 名前 | リファレンス |
---|---|---|
変数の横に出る小さい文字 | parameter hints | リンク (RubyMine) |
エディタの左端に出る電球 | intention action alert (bulb) | リンク (RubyMine) |
検索系ショートカットまとめ
名前 | ショートカット | 検索範囲 | リファレンス |
---|---|---|---|
Search(ing) Everywhere | Shift Shift | files, symbols, tool windows, run configurations, actions, IDE settings | リンク (Intellij IDEA) |
Navigating to Action (Find action by name) | Shift Command a | actions | リンク (Intellij IDEA) |
Navigating to Class by Name | Shift o | classes | リンク (Intellij IDEA) |
Navigating to File by Name | Shift Command o | files | リンク (Intellij IDEA) |
Navigating to Symbol by Name | Shift Option o | symbols | リンク (Intellij IDEA) |
Find in Path | Shift Command f | text? | リンク (Intellij IDEA) |
その他
- Pop-upでも出て来る新しいファイルを追加したときに、自動でgitに追加するかどうかは
RubyMine | Preferences | Version Control | Confirmation
で管理されている(リンク)。
資料 (初期設定系)
Rubymine / IntelliJ Ideaの導入&プラグイン&設定
Rubymineをインストールしたら最初にやるオススメ設定
資料 (RubyMine)
Sublime Text Unofficial Documentation Keyboard Shortcuts - OSX
RubyMine Reference Card Mac pdf file
What’s Mining: Multiple Cursors and Selection
No need to select a line to copy/cut it. Cmd-C / Ctrl+C & Cmd-Х / Ctrl+X work for the current line #IDEtip
RubyMine Cheat Sheet
12 IntelliJ IDEA Keyboard Shortcuts You Should Know About
【翻訳】絶対見逃せない!RubyMineのショートカット10選
RubyMine アドベントカレンダー 2014
Rubymine(Jetbrains系IDE)のショートカットのメモ
RubyMine ティップス
知らないと損?RubyMine(IntelliJ)で役立つ細かいテクニック7つ
複数言語を使うならRubyMine/IntelliJオススメ! - 酒と泪とRubyとRailsと
資料 (Intellij IDEA with Ruby plugin)
IntelliJ IDEA Rubyの開発環境を作成する
IntelliJ と rbenv の組み合わせで Bundler が使えない時
IntelliJ IDEAでRuby on Railsプロジェクト開発
Rails をInnteliJ IDEAでデバッグする
Intellij IDEAを買った - 毒シューマイ
IntelliJ IDEAでRailsプロジェクトを開く
Rails をInnteliJ IDEAでデバッグする - gyamin's diary
ステップ実行可能なRailsリモートデバッグ環境 - clock-up-blog go-mi-tech
IntelliJ Idea ショーカット一覧 Mac version