Have anyone experience in intellij ultimate or webstorm adding a comment with the shortcut cmd + / ? I’m trying to change the following behavior from
//This is a comment
to
// This is a comment
notice the space after the // . I can work on atom and sublime as expected but I don’t know why webstorm or intellij use a different functionality, I’ve played with a flag in the code style tab called Comment at first column but that doesn’t change the behavior as I want it. If anyone have experience this I appreciate any solution / workaround
Already read this answer, but that is not the intended behavior, what I need to add a line comment with the proper space after //