Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/62.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby on rails 有什么好的intellisense工具来编写Ruby吗?_Ruby On Rails_Ide_Intellisense - Fatal编程技术网

Ruby on rails 有什么好的intellisense工具来编写Ruby吗?

Ruby on rails 有什么好的intellisense工具来编写Ruby吗?,ruby-on-rails,ide,intellisense,Ruby On Rails,Ide,Intellisense,在Linux环境中,有没有什么好的intellisense工具,比如用于在Rails上编写Ruby代码的IDE Windows环境怎么样,有没有真正好的智能编辑器 谢谢请尝试Komodo Edit(免费)或Komodo IDE(金钱): 最好的当然是RubyMine:你为什么不使用比任何IDE都轻的Sublime Text 2文本编辑器,然后你就可以安装SublimitedIntel,它将为你提供自动完成功能,你可以通过安装Package Control来实现,然后 ⌘+shift+p → “

在Linux环境中,有没有什么好的intellisense工具,比如用于在Rails上编写Ruby代码的IDE

Windows环境怎么样,有没有真正好的智能编辑器

谢谢

请尝试Komodo Edit(免费)或Komodo IDE(金钱):

最好的当然是RubyMine:

你为什么不使用比任何IDE都轻的Sublime Text 2文本编辑器,然后你就可以安装SublimitedIntel,它将为你提供自动完成功能,你可以通过安装Package Control来实现,然后

 ⌘+shift+p → “install” → ENTER → “codeintel” → ENTER → Restart ST2
这是完美的工作与我,我完全爱上了这个聪明的编辑


无论如何,如果您正在寻找一个完整的IDE,请尝试一下netbeans

参考:这里已经讨论过了。崇高没有智慧。不过,它根据在当前文件中看到的内容自动完成。