我正在与另一个人一起进行项目,教授希望有统一的代码风格。我们自己编写了大量独立的代码,其中一个编写了单行注释,在单行注释标记之间没有空格,另一个插入了空格。我们正在使用 IntelliJ,但未能找到启用该Reformat Code
功能的选项,以插入空格。
TLDR:你能告诉我们如何在 IntelliJ 中将评论从那个转换成这个吗?
// This is a load bearing comment - don't dare to remove it
//This is a load bearing comment - don't dare to remove it!