there is a project in the company that uses a lot of React and Redux, background interfaces, uses swagger api framework, and then uses handlebar at the front end to automatically generate action creator according to swagger"s json.
the problem now is that there is something wrong with the original action creator naming convention, and now I want to change it, but the old action creator is heavily referenced in the code.
I tried the F2 rename symbol, of vscode. After setting the paths of jsconfig, I can change the method name correctly globally, but there are too many methods that I can"t change by hand, so I wonder if there is an api of vscode that allows me to write a js script to call its rename symbol method?
or do you have any other ideas? thank you for your advice!