VEX Expandsion in VScode rely on the C++ expandsion, which is developed by Microsoft. But this plug-in is little bit slow for me. So I want to use the clangd, which is a lot faster than C++ expandsion and has bunch of benifits C++ Expandsion dosen’t have , which is written here.
However, since VEX dosen’t originly support clangd, I need to do some configuration.For example, write the SDK Path in the setting.json.
And I actully need to download another standard c++ library, because it will report errors when I use the origin standard c++ library included in the VEX SDK.
It’s ok when you code alone, but if you need to work the other programmers, it will be a disaster, since everone’s clangd config will be diffierent which will cause problems.
So I am here ask wheter VEX have any plans to support Clangd or is there other strategy for to use clangd on VEX?