Shaunt
Shaunt

Reputation: 183

Moving Files around and maintaining references?

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

Answers (2)

Damian Green
Damian Green

Reputation: 7515

The May release (version 1.24) of VSCode has this ability (update import paths) for javascript and typescript.

Upvotes: 3

Shaunt
Shaunt

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

Related Questions