RubyMine code autocompletion

前端 未结 2 1993
一整个雨季
一整个雨季 2021-01-03 09:33

I\'m about to get used to work with Java in Android Studio. The great thing there is that everything is strongly declared. So when I type MyClass.someme..., the IDE offers m

2条回答
  •  没有蜡笔的小新
    2021-01-03 10:03

    Although, RubyMine doesn't work for ALL code completion all the time due to the dynamic nature of Ruby. But, I still find it the BEST Ruby IDE for code completion, method navigation, searching features.

    Here is a screenshot to show you how to configure RubyMine for Code Completion:

    Here is a good tutorial by Justin Gordon which shows some awesome features of RubyMine which may interest you.

    I don't know any other Ruby IDE that has smarter code completion than RubyMine. In fact, a vast majority of Ruby programmers doesn't even use an IDE, rather they use a Text Editor!

    Here are couple of short sitepoint articles that would give you more insights:

    Which IDEs do Rubyists Use?

    What Editor Do Rubyists Use?

提交回复
热议问题