vscode + clangd add_requires之后怎么有效在main.cpp中include头文件 #121
Answered
by
waruqi
Ramblestsad
asked this question in
Q&A
-
按照文档添加了xrepo的fmt包,我注意到有人问过类似问题但是用的是vscode的C/C++插件,我目前用的是clangd,请问如何有效include安装的fmt包? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Jun 29, 2022
Replies: 2 comments
-
你这个是插件 intelligense 问题,xmake 插件本身支持自动生成 compile_commands.json 的,具体看 #40 至于 clangd 怎么配置使用 xmake 插件生成的 compile_commands.json ,你可以到 clangd 那边查文档。。 如果配置了还不生效,就看下 compile_commands.json 是否带上了相关的 include 路径。。如果带上了,还是不行,那就是 clangd 的 bug 你得到 clangd/issues 那边去反馈。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ramblestsad
-
已解决 |
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
你这个是插件 intelligense 问题,xmake 插件本身支持自动生成 compile_commands.json 的,具体看 #40
至于 clangd 怎么配置使用 xmake 插件生成的 compile_commands.json ,你可以到 clangd 那边查文档。。
如果配置了还不生效,就看下 compile_commands.json 是否带上了相关的 include 路径。。如果带上了,还是不行,那就是 clangd 的 bug
你得到 clangd/issues 那边去反馈。