LoginSignup
45
29

More than 5 years have passed since last update.

RubyMine:Macで日本語対応

Last updated at Posted at 2017-08-12

概要

RubyMineは、2017年3月から使い始めていますが、Railsでの開発において、非常に優秀です。

Railsで開発している方には、オススメのテキストエディタです。

ただデフォルトで英語なので、使うにあたっては日本語対応する必要があります。

手順は簡単なので、以下に掲載します。

参考

日本語化

手順

pleiadesの最新版をダウンロード

Pleiades 日本語化プラグインにアクセス

以下の画面になります。

スクリーンショット 2017-08-13 8.15.00.png

画面下方に進むと、「最新版ダウンロード」がありますので、クリックします。

スクリーンショット 2017-08-13 8.15.14.png

ダウンロードしたら、zipファイルを展開します。

スクリーンショット 2017-08-13 8.35.52.png

jp.sourceforge.mergedoc.pleiadesフォルダをRubyMineのplugins配下に移動します。

$ mv /Users/ユーザー名/Downloads/pleiades/plugins/jp.sourceforge.mergedoc.pleiades /Applications/RubyMine.app/Contents/plugins/

RubyMineの設定

RubyMineのHelpから「Edit Custom VM Options...」を開きます。

スクリーンショット 2017-08-13 8.23.58.png

以下のファイルが開きます。

スクリーンショット 2017-09-09 15.45.45.png

-Xverify:none が設定されているか確認します。

なかったら、追記します。

スクリーンショット 2017-09-09 15.45.45.png

ファイルの末尾に -javaagent:... を追記します。

-javaagent:/Applications/RubyMine.app/Contents/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar

スクリーンショット 2017-09-09 15.47.42.png

RubyMineを再起動します。

RubyMineが日本語化されています。

スクリーンショット 2017-08-13 8.29.19.png

以上で設定は完了です。

45
29
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
45
29