Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ctf0 opened this issue May 21, 2022 · 10 comments · May be fixed by #514
Closed

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

ctf0 opened this issue May 21, 2022 · 10 comments · May be fixed by #514
Assignees
Labels
enhancement Indicates new feature requests

Comments

@ctf0
Copy link

ctf0 commented May 21, 2022

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

@sleistner sleistner added the enhancement Indicates new feature requests label Jun 17, 2022
@sleistner sleistner self-assigned this Jun 17, 2022
@sleistner
Copy link
Owner

🎉 This issue has been resolved in version 3.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ctf0
Copy link
Author

ctf0 commented Jan 30, 2023

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
Copy link
Owner

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

@ctf0
Copy link
Author

ctf0 commented Jan 30, 2023

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
Copy link
Owner

could you provide an example?

@ctf0
Copy link
Author

ctf0 commented Jan 30, 2023

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
Copy link
Author

ctf0 commented Jan 30, 2023

@sleistner
Copy link
Owner

@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.

@ctf0
Copy link
Author

ctf0 commented Jan 31, 2023

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 ?

@sleistner
Copy link
Owner

Thank you, that's great feedback, appreciated.

@ctf0 ctf0 closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests
Projects
None yet
2 participants