实施例A:
T result = (T) node.value; // keep return value,
有;
和//
之间的空间
实施例B:
if (k < 0 || k > size) // out of range,
return false;
有)
和//
之间的空间。
实施例C:
if (size == 0 || k == size) { // append at end,
append(value);
return true;
}
有{
和//
之间的空间。
我搜索谷歌,并发现了这个帖子:Is there any way to have the line comment shortcut add a space after // in WebStorm?
该链接仅介绍如何//
后添加一个空格,这是默认行为。
我没有找到任何解决办法。
(顺便说一句,我不是说这是更好的,我只是个人更喜欢的是,并试图把它完成。)
上Jetbrains的的youtrack此功能创建一个新的问题:Provide option to add a space between code and "//" on formatting.
请了投票,如果你也想要使用此功能。