【发布时间】:2020-09-24 10:00:47
【问题描述】:
您可以看到 Visual Studio Code 中 C++ 模式下的 ushort 被识别为 storage.type.built-in.cpp:
我知道,ushort 在 C# 中仅作为类型出现。在 C++ 中没有 ushort(USHORT 宏除外)
为什么会这样?
注意:我做了更多实验,发现uint 也被归类为内置。
【问题讨论】:
标签: c++ visual-studio-code syntax-highlighting