Reputation: 21
I want to try RBS in RubyMine,so I follow this link: https://www.jetbrains.com/help/ruby/rbs.html
but in my RubyMine,rbs not work rbs not work
in video there's new rbs file but no in my RubyMine no menu
my RubyMine version: 2021.3.2 ruby version:3.10 OS:MacOS 12.1
thanks
Upvotes: 1
Views: 305
Reputation: 21
this is the error image,looks like the RubyMine dont recognize rbs file
Upvotes: 0
Reputation: 1581
The behaviour has changed slightly. RBS is bundled and included as an External library unless it’s included in the Gemfile. Features like the “New RBS file” aren't shown unless the user has it in their Gemfile as that means they actually want to use it.
Upvotes: 0