打开IDEA左上角File
Setting–>Editor–>Color Scheme -->Language Defaults
Comments目录下的
Block comment 多行注释 /* /
Line comment 单行注释 //
Doc Comment 文档文件 /* */
相关文章:
打开IDEA左上角File
Setting–>Editor–>Color Scheme -->Language Defaults
Comments目录下的
Block comment 多行注释 /* /
Line comment 单行注释 //
Doc Comment 文档文件 /* */
相关文章: