Hint for file path (Move)
Is your feature request related to a problem? Please describe. I'm always frustrated when move a file to a new folder and have to manually type the folder (and check if that is correct).
Describe the solution you'd like not sure of the best solution. Maybe similar to the "Go to file" command, but for folders.
Describe alternatives you've considered I would like to have a quick pick list of folders to choose from. For example, when I move a file to a new folder, I would like to have a quick pick list of folders to choose from (within the current workspace).
Additional context
UPD: Similar example by File Bunny

Beside move, other actions can benefit from this too, like creating new files, for example.
For its UI, something like the breadcrumb menu is ideal. Or a UI like recent menu (opened by > file: open recent... command) is good too.
If these are too much trouble, it can be like the menu that is opened by
File Utils: New File/Folder Relative to Project Root...
The File Bunny extension takes this approach. It gives consolidated lists for quick file selection for certain commands. For example, to move an active file...
@robole Thank you, this feature is exactly what I mean.