How do you rename packages in the new IDE Android Studio, based on IntelliJ IDEA?
Is there an automatic refactoring included?
I want to make bulk refactorin
Press Ctrl + Shift + R
Replace the old package with the new one.
Right click on the package name.
Refactor > Rename and rename to the new one
Refactor
Rename