Really basic it just moves multiple ts files.
How To Use: Step By Step.
- Right click a file/dir to select
Move Typescript File/Dir option.
- You can select multiple files and dirs by holding
ctrl key.
- Write in path to dir you want the selected items to belong in.
- You can press tab to fill in a focused suggestion.
- Focus on a suggestion by using up/down key to get to it.
Development
- Uninstall official TS Move extension so development will work.
- Launch project and the default tasks should automatically run.
- Entry is specified in package.json.
- Helpers are.
compile_watch.
testCompile.
Publish Extension
- Update
version in package.json.
npm run publish.
- It will run
vsce publish.
- Which will trigger
vscode:prepublish.
- Which will trigger
compile.
| |