A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
Stars
52
Forks
14
Watchers
52
Open Issues
19
Overall repository health assessment
^3.7.51.0.11.0.83.0.4^1.1.36^7.0.113.7.03.0.3^7.0.1Add option to remove index filename from updated imports
108a267View on GitHubCheck for tsconfig.build.json files as well as tsconfig.json files.
ba2a6f7View on GitHubAdd support for TypeScript path mapping for when mapping to multiple locations.
01d0478View on GitHubAdd support for mult-select in the explorer for moving multiple items at the same time.
4ca60c5View on GitHubAdd the ability to not change the files on disk when using move-ts. This makes it behave more like find/replace where it opens each modified file in a new tab.
f80dc25View on GitHubAdd the ability to resolve relative paths based on the location of `tsconfig.json`. Fixes https://github.com/stringham/move-ts/issues/10.
25130dbView on GitHubFix moving a file with two imports using the same module specifier.
02c1ce1View on GitHubImprove indexing performance. Don't walk the entire AST.
7b3915cView on GitHubUse the TypeScript parser instead of regular expressions.
a212811View on GitHub