DSPF28335学习之(3)CCS5.5字体设置、代码颜色设置及快速注释

版权声明: https://blog.csdn.net/sinat_37710872/article/details/82690936

目录

1.CCS字体设置

2.CCS代码颜色设置

3.CCS快速注释


准备:CCS5.5

1.CCS字体设置

点击Window→ Preferences

                                           

General→ Appearance→ Colors and Fronts→ Basic → Text Front→ Edit选中字体Microsoft YaHei UI,点击OK,即可。

                                          

2.CCS代码颜色设置

Windows→Preferences→C/C++→Editor→Syntax Coloring

如果是CCS6.2及以上,可以直接搜索Syntax Coloring;或者点击Preferences左下角的“Advanced……”,就可以找到C/C++

                                    

3.CCS快速注释

在使用CCS时,如果需要注释某段代码:

                        选中该段代码,按CTRL+Shift+/

去除注释:

                        选中该段代码,按Ctrl+Shift+\

猜你喜欢

转载自blog.csdn.net/sinat_37710872/article/details/82690936