Advanced new file equivalent?
Is there a plugin or feature for PS that is equivalent of Advanced New File for SublimeText?
Basically its a shortcut, that triggers an input box to appear, and you can type in the path eg: `myproject/newfolder/newfile.php` you want to create.
It will create the file and folder if it doesn't exist.
Super helpful. We don't have to keep navigating to folders to create new files.
Please sign in to leave a comment.
Hi there,
>Basically its a shortcut, that triggers an input box to appear, and you can type in the path eg: `myproject/newfolder/newfile.php` you want to create.
>It will create the file and folder if it doesn't exist.
Well... "File | New... | File" allows to create folders.
NOTES:
Ah, I see. Didn't realise I could use path syntax with File New.
Had to always create the Directories first. This is helpful. Thanks!