Rails——IDE 推荐
我正在寻找一款适用于 Ruby 的优秀 IDE Rails 具有以下资格:
在 Windows PC 上工作(如果不能,那么它对我没有帮助)
良好的自动完成功能(对于 ruby 和 Rails 默认(或由 gem)提供的两个类以及我自己的用户定义的类)。
良好的语法突出显示 - 大多数 IDE 都有可靠的语法突出显示(我目前使用 Notepad++,它的技巧相对较好),但我真的希望语法突出显示能够检测 Rails 视图中要突出显示的语言(突出显示 HTML一般,JS 标签内,Ruby 内 ERB 标签) - Notepad++ 不具备该功能,这使得包含 ERB、JS 和 HTML 的视图有点难以阅读。
在本地执行 RoR 应用程序时运行的良好调试器。
如果您知道有任何优秀的 IDE 能够满足尽可能多的这些资格并且相对便宜,那就太好了!如果它完全值得购买(即 RubyMine 看起来不错,但对于 IDE,当 Notepad++ 确实可以接受时,69 美元有点贵),那么我可以忍受这个成本。提前致谢!
Possible Duplicate:
Ruby on Rails IDE for Windows
I am looking for a good IDE for Ruby on Rails with the following qualifications:
Works on a Windows PC (if it doesn't then it's not going to help me)
Good auto-completion (for both classes provided by default (or by gem) for ruby and rails as well as for my own user-defined classes).
Good syntax highlighter - most IDEs have solid syntax highlighting (I currently use Notepad++ and it does the trick relatively well) but I would really like for the syntax highlighter to detect which language to highlight in for the Rails views (highlight HTML in general, JS inside tags, and Ruby inside ERB tags) - Notepad++ doesn't have that capability which makes the views that contain ERB, JS, and HTML a little difficult to read.
Good debugger that runs when I execute my RoR app locally.
If you know of any good IDEs out there that meet as many of these qualifications as possible that are relatively cheap, that would be great! If it is totally worth purchasing (i.e. RubyMine looks good but $69 is kind of expensive for an IDE when Notepad++ does work acceptably) then I can stomach the cost. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
事实上,我自己也是一名 Rails 爱好者。我强烈推荐Rubymine。 Rubymine 有一个非常简洁的调试器,我想说它在自动完成方面做得很好。
尝试一下,我想你会喜欢的。
如果您最终使用了它,请尝试我的 rubymine-settings。下载后,只需转到“文件”->“导入”,然后选择 settings.jar 文件。
附带了一些我设置的实时模板,以及我下载的非常简洁的配色方案。
Actually, as a Rails enthusiast myself. I strongly recommend Rubymine. Rubymine has a pretty neat debugger, and I would say does a decent job of auto-completion.
Give it a shot, I think you'd like it.
If you do end up using it, try out my rubymine-settings. Just go to File->Import, and select the settings.jar file once you've got it downloaded.
Comes with some live templates that I've setup, and a pretty neat color scheme I downloaded.
在这里您可以找到编辑器列表
Here you can find a list of editors
我使用过 NetBean、Eclipse 和阿普塔纳工作室。他们都非常好。
我还没有尝试过这些事情,但可能值得考虑:
http://intype.info/
http://www.e-texteditor.com/
I have used NetBean, Eclipse & Aptana Studio. All of them are pretty good.
I havent tried these things, but might worth considering:
http://intype.info/
http://www.e-texteditor.com/
我一直在使用 Netbeans,我认为 Netbeans 是个好主意。
Eclipse 有时会因为不同版本的 Ruby 运行时而表现不佳。
I've been using Netbeans, I think Netbeans a good idea.
Eclipse sometime sucks with the different versions of Ruby runtime.