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

Drag & Drop in EXPLORER pane #4

Open doggy8088 opened 7 years ago

doggy8088 commented 7 years ago

Is it possible to add Drag & Drop feature in EXPLORER pane?

stringham commented 7 years ago

I submitted a feature request to vscode a while ago that would enable this feature: https://github.com/Microsoft/vscode/issues/24846

Right now vscode doesn't expose the ability to do this with their API.