1

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 //

Intellij: add space after double slashes in line comment

Community
  • 1
  • 1
  • possible duplicate of [Is there any way to have the line comment shortcut add a space after // in WebStorm?](http://stackoverflow.com/questions/31841706/is-there-any-way-to-have-the-line-comment-shortcut-add-a-space-after-in-webst) – LazyOne Aug 14 '15 at 18:35

1 Answers1

2

At the moment it's not possible.

https://youtrack.jetbrains.com/issue/IDEA-141701 -- watch this ticket (star/vote/comment) to get notified on progress.

LazyOne
  • 158,824
  • 45
  • 388
  • 391