4

On Linux environment, is there any good intellisense tool, like an IDE you use for coding Ruby on Rails?

And what about Windows environment, any really good smart editor?

thank you

Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161

3 Answers3

7

The best one is of course RubyMine: http://confluence.jetbrains.net/display/RUBYDEV/RubyMine+EAP

glebm
  • 20,282
  • 8
  • 51
  • 67
1

Try Komodo Edit (free) or Komodo IDE (money): http://www.activestate.com/komodo-edit

Ming-Tang
  • 17,410
  • 8
  • 38
  • 76
1

Why don't you just use Sublime Text 2 Text Editor, which is 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 .

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

Eki Eqbal
  • 5,779
  • 9
  • 47
  • 81