WebStorm: "New File" Creates Directories and File
I saw a video that VS Code creates directories and file when adding a file named like dir1/dir2/file.js
, I tried it in WebStorm. It works.
Just do "New File" (Command + n for me) and type the full path and all directories needed get created. Cool.