stringham / move-ts

A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
MIT License
52 stars 15 forks source link

Feature request: Allow setting to drop `/index' from end of imports #28

Closed dr3 closed 4 years ago

dr3 commented 4 years ago

Currently if you change a file location to something like /blah/folder/index.ts, any imports will import in the format of ../blah/folder/index

Would be nice to be able to configure this extension to import it like ../blah/folder instead