#tools
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.
Continue reading →
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.
Continue reading →
It is a bit more than a month ago that WebStorm has shipped the feature
Displaying terminal sessions side by side
and I am using it every day now.
Continue reading →
WebStorm has this awesome feature they call Live Templates
where you can configure a text in a certain filetype to autocomplete to something, even dynamic. See how I built the auto-completion for dateC
which becomes
dateCreated: 2020-05-02 15:27 CET
, which is current date of course, in my custom format.
Continue reading →