|
|
|
|
|
by Aeolun
2011 days ago
|
|
Try some of the refactoring options. It’s the only IDE I know that automatically takes care of all the references if I move files, but especially functions and classes around. We had a huge file with tons of functions inside, and using Intellij it was a simple matter to move them all to their own files (and not have to update any imports anywhere). |
|