Reputation: 1574
Every time I move a file in my TypeScript project all the imports of that file break.
Can I configure WebStorm so that it fixes them automatically when I move a file?
Upvotes: 1
Views: 471
Reputation: 1662
Webstorm updates all references to the moved file if you check "Search for references" option.
Upvotes: 2