快捷键快捷键符号英文名称功能说明
Command+/⌘/Comment/uncomment with line comment单行注释Command + Option + /⌘⌥/Comment/uncomment with block comment块注释,多行注释Shift + Control + /⇧⌃/Comment/uncomment with block comment块注释,多行注释/** + enter/** ↩Comment with method/class方法/类的说明注释,即文本注释ccClass Comment类注释,自定义的mcMethod Comment方法注释,自定义的
