initialize is not auto-complete candidate?

e.g.

class Address
     def init(Ctrl+Space here expecting it to finish it to initialize)
end

nothing happens. I thought initialize should be auto-completed, no?

Regards,
Kedar

0
Avatar
Permanently deleted user

Hello Kedar,

Please ensure that you have Ruby SDK configured properly.
In general you should have initialize symbol in completion list.

If it doesn't make the trick, please create corresponding issue at: http://youtrack.jetbrains.net/issues/RUBY with sample project attached.

Regards,
Oleg

0

请先登录再写评论。