3
How to move a file to another folder in Sublime text?
If I have that structure
-- storage/ ---- src/ -- /index.php
How could I move index.php
for src/storage/index.php
?
-- storage/ ---- src/ ------ index.php
Observing: This question goes to the Sublime Text 2
or 3
, since I never knew how to move files in any of them.
Maybe with some plugin, or through the console, but through the UI is not possible.
– Vinícius Gobbo A. de Oliveira
There’s only one way I know, but it’s kind of boring to do
– Wallace Maxters
If possible, share because I myself have always used an external console, and it would be great to do this within the sublime =]
– Vinícius Gobbo A. de Oliveira
You right click on the file, click on "Rename", and then rename the file pointing to the directory you want to move. Example:
index.php
=>src/storage/index.php
, or../storage/index.php
– Wallace Maxters
Thank you for sharing! And sorry I couldn’t be of more help...
– Vinícius Gobbo A. de Oliveira
I suggest you install the sidebar Enhancements, is sensational!
– Math