How to add a C language includePath in my project? #13628
Unanswered
JARVNM
asked this question in
General Q&A
Replies: 1 comment 2 replies
-
In this reply, I will assume you don't use build systems like CMake. There are a few way to config clangd to add include path. One of the simple way is to config clangd via
You would have something like this in your
Note: As example shows, I recommended using full path. Relative path may not works as indented. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can only include C language std headers, and I don't know how to add a new path to my project. In vscode, I can edit this C/C++ language extension configuration.
Beta Was this translation helpful? Give feedback.
All reactions