Navigation Inside RubyMine - DZone

元ネタはRubyMineの話だけど,IntelliJ Rubyプラグインも同等だから。
IDEA8.1EAP版になるとGroovyとRubyサポートは甲乙つけづらくなってきたよ。ムムムム。


それはそうと,

Navigate to Rails
No matter what is currently opened in the IDE, you can go to one of the related project entities by using the Navigate to Rails feature or its shortcut, Alt+Shift+N. So, for example, you can jump from a Model to its Controller, from a Controller to its Test, Helper of View, etc. It works everywhere, including the model diagram.

これは良い事知った。ガータアイコンでしか移動できないのは不便だなぁと思ってただけにありがたし。:-)


あと,Grailsのモデルビューは線引いて関連づけできるけど,Railsのそれはグラフ化するだけだよ。そんでも,migration調べてモデルの属性まで表示できるようになったのは驚いた。
#さすがJetBrains!! おれたちにできないことを平然とやってのけるッ。:-)


それだけにビュー上で関連引けないのが残念でならない。モデル間の関連付けはGrailsRailsも似たようなもんなんだけどなぁ。なんか面倒があるんだろか?

RubyMine is currently in Early Access (EAP), with 1.0 release planned for March 2009. If you are interested to know what we plan to include in RubyMine 1.0 ― check the development roadmap.

気になる(?)リリース時期は,今年の3月らしい。IDEA8.1のリリースもそこいらへんなのかなぁ。