|
I did something like this before
My approach may be stupid
I open all the java files or other files that need to modify the package name with editplus
Then ctrl+h replace
Select all open files
Find the target string that needs to be modified
Then fill in the result you want to modify
Modify all files
But there may be problems, you can make the feature string longer to reduce the chance of error
Finished and then confirm it in java ide (I use eclipse)
Stupid way
There should be other good ways |
|