I am working with Playwright on a test automation project. I already have several Pages classes and would now like to move a method from one class to another. This already has various references.
Is there an IDE that can help me with the move, i.e. adapt the references at the same time?
So far I have cut the method and pasted it into the new class. But then I had to adjust all references by hand. I can't believe that there is no support for this.
I have Visual Studio Code and IntelliJ IDEA Ultimate.
Refactor...address this? For a standard TypeScript project, theMove to fileoption works fine for me. Don't know about Playwright though...