I took some class member variables and moved them into a separate class in another file. Those variables were heavily-used in the project, so about 1000 .ts
files need their imports changed to reference the new class/file.
WebStorm has a useful move option, but only updates references if you move an entire class, function, or variable.
WebStorm also provides auto-import, but only works 1 single file at a time.
Is there an IDE / plugin / tool that would scan my entire project and update all these references?