RubyMine 2017.3 Beta2 is available
Hey all,
RubyMine 2017.3 Beta (build 173.3622.24) is now out and updated to polish the upcoming official release of v2017.3.
In this beta build we have fixed wrong indentation that previously occurred in blocks, RSpec, and `private def_method` when using the code formatter (Code | Format code).
By the way, don’t forget that you can always configure your code style preferences (Preferences | Editor | Code style | Ruby) and then reformat code using ⌥⌘L | Ctrl+Alt+L:
Other improvements
- Fixed the inability to run RSpec in v2017.2.4
- Fixed code insight for integers in Ruby 2.4
- Fixed RuboCop issues
- And more bug-fixes
See the release notes for the full list of improvements, and please use our tracker to submit any issues you encounter. Thanks!
Cheers,
Your RubyMine team
Comments below can no longer be edited.
Alex Semyonov says:
November 11, 2017> In this beta build we have fixed wrong indentation
No, you have not. It still has 2 more spaces than needed in RSpec or after inline blocks:
“`
some.map { |a| a }⏎
|
“`
Olga Kuvardina says:
November 13, 2017Could you please provide a more detailed code sample specifying what behaviour you’re expecting. A screencast would also be great.
Alex Semyonov says:
November 11, 2017Also, it seems you don’t even have code blocks supported in blog comments.