Enabling Java support in IntelliJ 13 and JRuby
Hello,
Trying to use IntelliJ 13 with JRuby and want to use the Java supported per (http://www.jetbrains.com/idea/features/ruby_rails.html). However, I am not getting of the code compleation or inspection benifits talked about. Is there anyting I need to do to enable these features?
I currently have the Ruby plugin installed, and also am using 1.7.9 in 2.0 mode.
Thansk,
-Robert
请先登录再写评论。
Hi,
what type of module/project do you use? Does the module has JRuby facet?
Regards, Oleg.
Hey Oleg,
Yep, found out the problem. I needed to use the JRuby and JRuby on Rails facet. I just zapped my .idea folder, and imported the project as a Java project, and added the needed JRuby facets, and it all just lit up.
Thanks!