Poor UX for file refactorings #75877
Labels
javascript
JavaScript support issues
perf
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Uh oh!
There was an error while loading. Please reload this page.
Moving and renaming files is one of my basic refactorings. I am so glad VSCode is capable of updating each import in my source code, however this task has one big pain points
File refactorings only work with a drag-drop action on the sidebar. That tends to be very painful on projects with a big tree layout or with limited screen space (ie: a laptop).
PROPOSAL: Add a context menu and/or a command reachable from "F1" where I can request to move file (makes the refactoring discoverable) and give the new path. It might be just typing a path, but also might be triggering a file explorer dialog
The text was updated successfully, but these errors were encountered: