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
Please sign in to leave a comment.
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