shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.7k stars 399 forks source link

Code Analysis C++ #691

Open IneonInoodle opened 6 months ago

IneonInoodle commented 6 months ago

Describe the bug

使用插件设置为C++模式时,编辑器中的代码没有像正常的C++代码一样正确高亮显示。当使用Java时,代码被正确高亮显示。

Software versions(Help -> About)

Question(Optional)

shuzijun commented 6 months ago

高亮显示依赖于IDE提供的功能。需要安装C++的插件或者使用clion

IneonInoodle commented 6 months ago

"Rider C++ 插件已安装,我的普通 C++ 项目可以正确地突出显示例如 std::vector 等内容。"