Sublime Forum

Ruby code completion

#1

Hi guys, are there any known issues with Ruby code completion not working? It seemed to work fine on a fresh ST2 and ruby install on a computer at my college’s computer lab, but ST2 won’t display any methods or classes in either the core Ruby libraries or gems that I’ve installed. It does, however, show methods and classes that I have defined in a single file. I used the RubyInstaller to install ruby 1.9.3, as well as the latest devkit, and I can confirm that both work. How can I get ST2 to see my ruby install and get code completion working?

0 Likes

#2

Just if someone finds this thread.

sakoula has the same wish… :smile:
viewtopic.php?f=3&t=5419&p=23973&hilit=ruby#p23973

Obviously it seems to work… somehow ( viewtopic.php?f=3&t=4388&p=19878&hilit=ruby#p19878 ) but at least it my configuration it does not…

0 Likes

#3

I have the same issue on Windows 7 having installed my dev environment using the RailsInstaller.

I had to install SublimeCodeIntel and key-bind ctrl+space to code_intel_auto_complete to do Ruby cc.

At my University, we’re currently evaluating ST2 and it would really be nice if this were an out of the box feature.

Thanks,
Joe

0 Likes