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":
- 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
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.txtis in the directory that is open in VS Code, e.g.:/mydirtest.txtand press F2 and give it a new path and name:subdir/test.log/mydir/subdirand renames it fromtest.txttotest.logso 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.txtsubdir/mynewfile.txt