microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.44k stars 28.95k forks source link

Make it simpler to create file on the root level or move to root level #230546

Open greatvovan opened 1 week ago

greatvovan commented 1 week ago
  1. It is currently hard to create a file on the root level if there are no other files on the root level.
image

If we select a folder under root, the file will be created in this folder. It is not possible to select the root folder.

  1. Similarly, it is impossible to move file by dragging it with mouse on the root level as the UI does not accept it as a valid destination.
image

Both cases have the workaround to use the empty area just below the bottom item of the tree, but it is counterintuitive and may be hard in case of bigger multi-level trees.

I suggest making the root of the tree selectable in the same way as the children folders.

Similar (closed) issues: #1043, #20394, #58401.

lramos15 commented 1 week ago

Have you tried any of the solutions found here https://github.com/microsoft/vscode/issues/1043#issuecomment-519920318

greatvovan commented 1 week ago

I am aware of the solutions (and I linked the relevant threads myself), but the point of this feature request is to make it intuitive. Currently none of the options I recognize intuitive enough to self-discover.

vs-code-engineering[bot] commented 6 days ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!