sleistner / vscode-fileutils

Visual Studio Code Extension
https://marketplace.visualstudio.com/items?itemName=sleistner.vscode-fileutils
MIT License
190 stars 26 forks source link

show quickpick menu for file move instead of using text input #478

Closed ctf0 closed 3 months ago

ctf0 commented 2 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

sleistner commented 1 year ago

:tada: This issue has been resolved in version 3.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ctf0 commented 1 year ago

thank you so much for this update, is it possible to make the input path start from the file directory ? so its easier to find where the user want to move the file ?

sleistner commented 1 year ago

how about moving and preselect that folder to the very top below workspace root?

ctf0 commented 1 year ago

how about moving and preselect that folder to the very top below workspace root?

ok, also would it be possible to represent the directories as menu & sub menus, instead of the current ?

sleistner commented 1 year ago

could you provide an example?

ctf0 commented 1 year ago

could you provide an example?

like the gif at the top, so instead of having something like src\nested\path (the current), you only see src and when entered you then only see the directories under it.

ctf0 commented 1 year ago

another example https://github.com/ctf0/vscode-quick-file-browser

sleistner commented 1 year ago

@ctf0 I created a pre release version, have a look and let me know what you think.

Changes:

ctf0 commented 1 year ago

many thanks for your work & quick response, i installed it and here are the notes so far

sleistner commented 1 year ago

Thank you, that's great feedback, appreciated.