So, I want to rename a file in android studio (layout/resource files, etc...), but I want to do it safely. Basically, I want to rename without refactoring. I will take care of errors that come afterwards, but I don't want Android Studio to wreck havoc on some files that might not even have relations with the current file.
Basically, I want control on the renaming. A simple file rename. Is there a way to do it without having to go to Windows Explorer?