Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我在eclipse的一个项目中有很多包,类和接口,我想将所有这些移动或迁移到另一个项目,然后我需要根据新项目更改包的名称,有什么快捷方式在eclipse中做到这一点?或者只是我需要一个一个地创建所有的包和类(复制粘贴),对此有什么帮助吗?
提前致谢。
用于迁移
Import
File System
General
更新: 选择包名,然后使用 Refactor -> Rename (Shift+Alt+R) 打开 Rename Package 对话框
如何在 Eclipse 中更改包名