How to switch between original file naming and Rubymine's (new) naming?
Answered
Hey, I've been using Rubymine 2022.3.1 with new UI on Ubuntu 22.04 and I noticed that the file naming is a bit different - it kinda makes the name like a constant without extension, e.g. `users_controller.rb` become just `UsersController`
Is there a way to switch to the old, normal file-naming?
Please sign in to leave a comment.
Hello I M Panayotov,
To enable old file-naming you can do following:
1. Go to
Preferences | Advanced Settings
2. In
Ruby
section find and disableShow a file's matching declaration instead of the file in the Project View
Best regards,
Oleg Olkhovoi
JetBrains
http://www.jetbrains.com
The Drive to Develop
Thank you Oleg Olkhovoy!