Timeline for how does Visual Studio Code resolve includes & macros for autocomplete & build?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 23 at 19:25 | comment | added | Marcus Müller | if you're actually running on Windows, you might also have Microsoft's IntelliSense extension: Same idea as clangd, but MSVC instead of clang, essentially. I don't think they've ported that to other platforms, though. | |
| Feb 23 at 19:16 | comment | added | Marcus Müller | that's the only language server for C/C++ that VSCode's C++ extensions bring out of the box, so yes, it's there, it came when you installed the extension. You can check that: edit a file and look for running processes, grep for clang or lsp | |
| Feb 23 at 19:15 | history | edited | Marcus Müller | CC BY-SA 4.0 | added 430 characters in body |
| Feb 23 at 19:13 | comment | added | mo FEAR | so how can I get a list of all the used macro values? clangd currently isn't installed on my system, so I think the language erver uses somethign else? | |
| Feb 23 at 19:12 | history | answered | Marcus Müller | CC BY-SA 4.0 |