You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request that it be possible to rename a file such that the new name is a new path and the file is moved as well as renamed in one step. Example":
File test.txt is in the directory that is open in VS Code, e.g.: /mydir
In the Explorer pane, I select test.txt and press F2 and give it a new path and name: subdir/test.log
VS Code moves the file to /mydir/subdir and renames it from test.txt to test.log so that the extension changes
This would be in line with what is already implemented for creating new file with path names in the file name:
In the Explorer pane, click on the New File icom
Name the file subdir/mynewfile.txt
The file is now at subdir/mynewfile.txt
The text was updated successfully, but these errors were encountered:
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
This is totally already a feature in VS Code and according to Git blame it has been the case for two years now?? No idea how I missed this and shame on me for not checking first. I could have been using this for two years now 🤦
Did not find an existing feature request here: https://github.com/microsoft/vscode/issues?q=is%3Aissue+is%3Aopen+rename+include+directory
I would like to request that it be possible to rename a file such that the new name is a new path and the file is moved as well as renamed in one step. Example":
test.txt
is in the directory that is open in VS Code, e.g.:/mydir
test.txt
and press F2 and give it a new path and name:subdir/test.log
/mydir/subdir
and renames it fromtest.txt
totest.log
so that the extension changesThis would be in line with what is already implemented for creating new file with path names in the file name:
subdir/mynewfile.txt
subdir/mynewfile.txt
The text was updated successfully, but these errors were encountered: