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
Place your cursor in the package name like shown below. Don't select it, just place it.
Then press Shift + F6 you will get a popup window as shown below select Rename package.
Enter your new name and select Refactor. (Note since my cursor is on "something", only something is renamed.)
That's it done.