Reputation: 183
Is it possible to move files within VS Code that are required/imported (node project) and have it automatically update those references?
Would be so helpful!
Upvotes: 2
Views: 6346
Reputation: 7515
The May release (version 1.24) of VSCode has this ability (update import paths) for javascript and typescript.
Upvotes: 3
Reputation: 183
did a little more research on the plugin front with different search criteria and there are a few that do this sort of thing...
this is the one I ended up going with: https://marketplace.visualstudio.com/items?itemName=asvetliakov.move-imports
Upvotes: 0