vscode-fileutils icon indicating copy to clipboard operation
vscode-fileutils copied to clipboard

show quickpick menu for file move instead of using text input

Open ctf0 opened this issue 2 years ago • 10 comments

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

  • not really but atm the move file is an input based "where u type the path u want to move the file to" not a quick picker item "where u get a quick picker menu to choose from the new path"

Describe the solution you'd like

ctf0 avatar May 21 '22 00:05 ctf0

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

The release is available on:

Your semantic-release bot :package::rocket:

sleistner avatar Jan 25 '23 20:01 sleistner

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 ?

ctf0 avatar Jan 30 '23 16:01 ctf0

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

sleistner avatar Jan 30 '23 16:01 sleistner

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 ?

ctf0 avatar Jan 30 '23 16:01 ctf0

could you provide an example?

sleistner avatar Jan 30 '23 16:01 sleistner

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 avatar Jan 30 '23 16:01 ctf0

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

ctf0 avatar Jan 30 '23 16:01 ctf0

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

Changes:

  • Move File opens a directory selector at the directory of the open editor file.
  • A parent folder selector is shown If the open editor file has parent folders up to the workspace folder.

sleistner avatar Jan 30 '23 21:01 sleistner

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

  • the current folder menu item can be moved to the menu input path if possible, or moved all togeather as this is were the menu will open/be anyway

  • when going to the parent folder, we still have the folders seperator ex.@types/vscode which is kinda confusing. Screen Shot 2023-01-31 at 10 04 27 AM

  • atm we cant navigate into a folder, pressing enter will chose the folder as destination, so to get around that we can have a new menu item of something like move file here and use enter as a folder navigator instead.

  • workspace root menu item not sure what is it for, is it like a shortcut to quickly move item to the project root ? if the user dont need, can we have an option to hide it ?

ctf0 avatar Jan 31 '23 08:01 ctf0

Thank you, that's great feedback, appreciated.

sleistner avatar Jan 31 '23 20:01 sleistner