问题1 函数结束提示符<<end tagDebugData>>
在source insight里的options→preference→syntax decorations→auto annotations→annotate closing braceswith end-comments关闭或启动显示.
但是有的有有的没有,奇怪!
参照网络答案:
Source Insight 4怎么取消函数结束提示字符_source insight 怎么关闭代码提示-优快云博客
问题2 图标及意义
1.红色#号:宏定义常量(Constants)
2.青底灰F字:全局函数(functions)
3.函数原型(Function Prototypes)
4.黄色#号:
5.金色S字:结构体(structures)
6.黄色t字:类型定义(Type Definitions)
7.绿色菱形:类内部成员(Data Members)
8.淡蓝椭圆:全局变量
9.深蓝椭圆:全局变量
2024-2-3 11:51更新: