Skip to content

Link Developer Tools to RubyMine

Alistair McKinnell edited this page Oct 1, 2015 · 10 revisions

Rationale

Tweak your developer tools so that links open in RubyMine. In our example we show the configuration for opening links in Better Errors and Rails Footnotes in RubyMine.

Mechanism

Use iTerm2 to enable Command+Click to open filename in Rubymine

Preferences > Profiles > Advanced

Semantic History

Run command... /usr/local/bin/mine --line \2 "\1"

Open URL... x-mine://open?file=\1&line=\2

Clone this wiki locally