It’s a great environment, but when I right click on, say a model .rb file, it is not readily apparent how I might rename a file.
Now RubyMine JetBrains is a brilliant program which I love, so I’m not going to stop using it, I just need to get around this simple problem.
Use the
Alt+Shift+Rshortcut to rename the file when it’s highlighted in the project view panel.Generally, actions like
renameis part of theRefactoring(because you also need to rename the usages of it) so you will also find it in theRefactormenu on top.