RubyMine Code Completion
Hello,
In RubyMine 2016.3.2, code completion seems to be incomplete. For example, no completion for downto is provided when typing the following:
int = 5
int.downto(1) {
}
Is there a configuration that needs to be done so completions like this work?
Thanks!
Please sign in to leave a comment.
Hello,
could you please specify what Ruby SDK is configured as the project one (a screenshot from 'Settings | Languages&Frameworks | Ruby SDK and Gems' would be great)