Move TS READMESupports moving typescript files and updating relative imports within the workspace. FeaturesMoves TypeScript files and folders containing TypeScript and updates their relative import paths. How to useRelease Notes1.12.0Added the ability to remove the filename from index file imports. To disable set 1.11.3Add support for path mapping for Windows users. 1.11.2Add support for path mapping when mapping to multiple paths. 1.11.0Support multi select in the explorer for moving multiple items at the same time. Must be moving all items from the same folder. 1.10.0Added an option to make edits in vscode instead of changing the files on disk. This makes each file changed open in a new tab. To enable set 1.9.0Added the ability to resolve relative paths based on the location of 1.8.2Fix a bug when a moved file has two import statements using the same module specifier. 1.8.1Improve indexing performance using the TypeScript parser. 1.8.0Use the TypeScript parser instead of regular expressions to find and replace imports. 1.7.1Fix bug with indexing in Windows. 1.7.0Improve performance of indexing the workspace. 1.6.0Report progress with vscode's withProgress extension api when indexing the workspace. 1.5.0Added support for 1.4.0Added support for New configuration option that can limit which paths are scanned: 1.3.1Allow initiating moving the current file with a hotkey. To use edit keybindings.json and add:
1.3.0Support updating relative paths in export statements 1.2.0Support for Windows paths 1.1.0Add 1.0.0Initial release of Move TS |