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

Reindex after move operation #30

Open shayded-exe opened 4 years ago

shayded-exe commented 4 years ago

Currently I have to reindex manually after doing a move, otherwise subsequent move operations won't fully work.

Either that, or it should always reindex before a move, or at least offer an option to do so.