RubyMine 2017.2 Release Candidate: Quick-fixes for RuboCop
RubyMine 2017.2 RC (build 172.3317.60) is out. This release candidate features quick-fixes for RuboCop, and brings other minor improvements.
Since the previous major release (v2017.1) RubyMine has displayed RuboCop offenses treating and highlighting them as code inspections, but lacked an ability to autocorrect found code smells. Now we have improved that partial solution by adding proper quick-fixes:
If you press Alt+Enter, RubyMine will suggest a quick-fix for a found error, and auto-correct all errors in the file with RuboCop. So no more jumping to the terminal to fix your code with RuboCop!
By the way, RuboCop inspections and quick-fixes are now also available in scratch files.
Here are some other improvements in this build:
- Code formatter aligns multiline methods arguments correctly
- Fixed debugging ruby apps in Docker containers
- Other bug-fixes
Download this EAP from our website.
See the release notes for the full list of improvements, and submit any issues to our bug tracker.
Join other RubyMine users and the dev team on Slack.
Cheers!
—
Your RubyMine Team