Hello everyone,
RubyMine 2023.1 EAP5 is now available! Below you can find the most notable features in this build. We encourage you to try them out and share your feedback in the comments or in our issue tracker.
Migration of Ruby code to the Symbol API
In order to improve code insight actions such as Find Usages, navigation, and the Rename refactoring, we are migrating some parts of the Ruby code to the Symbol API.
Migration of global variables
With the migration of global variables to the Symbol API, we’ve managed to provide a variety of optimizations and improvements for code insight features. These changes are especially noticeable when working with multiple declarations.
Navigation
Quick Documentation
Code completion
- The
$
prefix is no longer included in completion suggestions.
- In the list of completion suggestions, RubyMine now displays the location of a declaration on the right-hand side instead of …