leetcode-editor
leetcode-editor copied to clipboard
Code Analysis C++
Describe the bug
使用插件设置为C++模式时,编辑器中的代码没有像正常的C++代码一样正确高亮显示。当使用Java时,代码被正确高亮显示。
Software versions(Help -> About)
- Product: [e.g IDEA 2020.2]
- Runtime version:[e.g 11.0.7+10-b944.20 amd64]
- VM:[e.g OpenJDK 64-Bit Server VM by JetBrains s.r.o.]
- OS:[e.g Windows 10]
Question(Optional)
- URL:[e.g leetcode.com]
- Code Type:[e.g JAVA]
- code:
高亮显示依赖于IDE提供的功能。需要安装C++的插件或者使用clion
"Rider C++ 插件已安装,我的普通 C++ 项目可以正确地突出显示例如 std::vector 等内容。"