Feature request: line up assignment
Hello rubymine forums.
I really like rubymine but I think it'd be awesomer if you could do the following. When I have a long list of assignments it would be nice if rubymine could line up the assignment character for me. For example, if I had:
name = "John"
gender = "male"
email_address = "..."
I'd like rubymine to reformat it as:
name = "John"
gender = "male"
email_address = "..."
The same would apply to hashes (or hash params), e.g.:
Person.new(
:name => "John"
:gender => "male",
:email_address => "..."
)
Thanks,
John
请先登录再写评论。
Hi John,
Thanks for the warm words about RubyMine.
About request: I've created an issue: http://youtrack.jetbrains.net/issue/RUBY-5767
Feel free to vote, comment and track progress of it.
Regards,
Oleg