使用快捷键对代码行和代码块进行注释和取消注释:
&shortcut:CommentByLineComment;
: 用于单行注释 (
//...
)
&shortcut:CommentByBlockComment;
: 用于块注释 (
/*...*/
)