Block comments with leading asterisks
Is there a way to configure WebStorm to generate block comments like this:
/*
* Each line begins with a
* leading asterisk that gets added
* automatically when I hit enter
*/
Right now it generates comment blocks like this:
/*
This is some text
*/
请先登录再写评论。
Not currently possible, please vote for https://youtrack.jetbrains.com/issue/IDEA-94255
I just found a relatively quick way to do this:
It's too bad this hasn't yet been implemented. This has annoyed me for so many years when trying to write multiline comments in S/CSS.