Thanks, you are right. Current version doesn't have special autocompletion support for parameters of add_column, remove_column calls. By default after ":" char RubyMine suggest autocompletion list with all ruby symbols defined in current file. I've filled a feature request - http://www.jetbrains.net/jira/browse/RUBY-3903 (you can register in our JIRA and subscribe on "watching" of the issue status) Also smart parameters completion is missed for change_column and drop_table.
Hi Alexandre,
Thanks, you are right. Current version doesn't have special autocompletion support for parameters of add_column, remove_column calls. By default after ":" char RubyMine suggest autocompletion list with all ruby symbols defined in current file. I've filled a feature request - http://www.jetbrains.net/jira/browse/RUBY-3903 (you can register in our JIRA and subscribe on "watching" of the issue status) Also smart parameters completion is missed for change_column and drop_table.
Hi,
Thanks you for your attention
Alexandre Riveira