Ruby and linux, preferred setup?

后端 未结 15 871
长情又很酷
长情又很酷 2020-12-12 16:26

Mac\'s have TextMate as there preferred application for ruby development, but what would be the preferred application for linux? I need something where it\'s easy to work wi

15条回答
  •  时光说笑
    2020-12-12 16:58

    Why don't you just use Sublime Text 2 Text Editor, it is free and cross platform and lighter than any IDE, and then you can install the SublimeCodeIntel which will provide you with autocomplete features , you can do that through installing Package Control , then

     ⌘+shift+p → “install” → ENTER → “codeintel” → ENTER → Restart ST2
    

    It is working perfectly with me and I'm totally in love with this smart editor .

    You can find this helpful somehow if you wanna give it a try , http://www.rockettheme.com/magazine/1319-using-sublime-text-2-for-development

    I'm using it with zsh Terminal http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/

    Anyways if you are looking for a full IDE give netbeans a try http://netbeans.org/projects/ruby/

提交回复
热议问题