IntelliJ 和 IntelliJ 之间的最大区别是什么? Ruby 插件 vs RubyMine?
作为 IntelliJ Idea Ultimate 版本的所有者,并且安装了 IntelliJ Ruby 插件,我不得不想知道这种体验与使用 RubyMine IDE 有多么不同。
我猜他们共享很多代码和内容。特征。主要区别是什么?
如果我要进入 Ruby 世界,我应该购买 RubyMine IDE 还是继续使用 IntelliJ + Ruby 插件?
Being an owner of IntelliJ Idea Ultimate edition, and having installed the IntelliJ Ruby plug-in, I'm forced to wonder how different that experience is from using the RubyMine IDE.
I'm guessing they share a lot of code & features. What are the major differences?
If I'm jumping into the world of Ruby, should I buy the RubyMine IDE or just continue using IntelliJ + Ruby plug-in?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ruby 插件和 RubyMine 是从相同的代码库构建的,这是正确的。
JRuby 代码的 Java/Ruby 集成仅在 IntelliJ IDEA 的 Ruby 插件中可用。但该插件不支持 RubyMotion。
另请检查此答案:如果我有 IDEA,我需要 rubymine 来进行 ruby dev 还是两者都可以?
The Ruby plugin and RubyMine are build from the same codebase, that's right.
Java/Ruby integration for JRuby code is only available in Ruby plugin for IntelliJ IDEA. But the plugin doesn't have RubyMotion support.
Also check this answer: If I have IDEA, do I need rubymine for ruby dev or will it do both?