RubyMine 2022.1 Released
Hello everyone,
RubyMine 2022.1 is now available! Below is a brief overview of the most notable features. For a detailed description of this update, please visit our What’s New page.
Support for new language features
RubyMine 2022.1 includes support for most of the new Ruby and RBS features introduced in Ruby 3.1, such as bounded generics, RBS collection, anonymous block argument forwarding, generic type aliases, and more.
UX improvements
The user experience has been refined with a redesigned New Project dialog, support for new Rails 7 generate
options, and improvements for notifications, search, and the debugger UI, as well as performance and accessibility enhancements.
New inspections and quick-fixes
This version adds new inspections and quick-fixes for projects that use RBS type signatures. For example, RubyMine now checks the usage of type variables in RBS, and it reports inferred types in Ruby code that don’t match the expected types from RBS.
Check out the What’s new page to learn about new features for the code editor, tests, Docker support, VCS integration, and more.
Happy developing!
The RubyMine team