intellisense 找不到 c++20 module #2565
Answered
by
waruqi
bakabaka9405
asked this question in
Q&A
-
编译通过 xmake test 中的 hello 项目,确认不是代码和编译器问题。 尝试了 intellisense 和 clangd 均无果,有没有一种可能,是 compile_commands.json 没有声明 modules 文件? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Jul 13, 2022
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bakabaka9405
-
compile_commands 现在支持了 #2641 但是,即使 compile_commands 支持,我也不能保证 intellisense 支持,目前 vscode cpptools 还不支持带有 c++modules 的 compile_commands,只有 clangd 支持。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前还不支持,看下
#1167
#2114