-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Did you check existing requests?
- I have searched the existing issues
Describe the feature
When creating files we can write something like:
foo/bar/baz.txt
And it will create described tree π₯
foo
|>bar
|>baz.txt
It would be awesome if we could do the same with already created files/directories
file.txt
Add foo/bar in front of the file.txt
foo/bar/file.txt
Result:
foo
|>bar
|>file.txt
Unfortunately right now it just prints Filename cannot contain path separator in red virtual text π’.
Provide background
There's obviously no sane way of adding path separators to filenames. So in the rename functionality of the plugin path separators can be just special cases which would just fallback to create+move behavior.
What is the significance of this feature?
strongly desired
Additional details
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request