I have a Gradle project that contains packages that I'd like to rename from "com.bar.pkg1" to "com.foo.pkg1". I would use Refactor -> Rename except the listing in Package Explorer looks like:
myproject
com
bar
pkg1
so I can't select the entire "com.bar.pkg1" path to rename. I tried to ask Package Explorer to change from hierarchical to flat view, but that had no effect.