在线评论 webstorm 或 intellij ultimate 上的格式错误

wrong format on line comment webstorm or intellij ultimate

有没有人在 intellij ultimate 或 webstorm 中使用快捷键 cmd + / 添加评论? 我正在尝试更改

的以下行为

//This is a comment

// This is a comment

注意 // 之后的 space。我可以按预期在 atom 和 sublime 上工作,但我不知道为什么 webstorm 或 intellij 使用不同的功能,我在代码样式选项卡中使用了一个名为 Comment at first column 但这并没有改变我想要的行为。如果有人遇到过这个,我很感激任何解决方案/解决方法

已阅读此答案,但这不是预期的行为,我需要在 //

之后添加带有正确 space 的行注释

Intellij: add space after double slashes in line comment

暂时还不行。

https://youtrack.jetbrains.com/issue/IDEA-141701 -- 观看这张票 (star/vote/comment) 以获得进度通知。