ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

Code Composer Studio (CCS) - Comment (注释)

Code Composer Studio (CCS) - Comment (注释)

Code Composer Studio [CCS] - Comment [注释]

  • References

Add Block Comment:

选中几行代码 -> 鼠标右键 -> Source -> Add Block Comment
shortcut key: Ctrl + Shift + /

Remove Block Comment:

选中几行代码->鼠标右键->Source->Remove Block Comment
shortcut key: Ctrl + Shift + \

Toggle Comment:

选中几行代码->鼠标右键->Source->Toggle Comment
shortcut key: Ctrl + / (同时可取消注释)

在这里插入图片描述

References

[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/

返回列表