Colen Garoutte-Carson
Colen Garoutte-Carson
Hi @wrobelda . Could you try enabling the setting `"C_Cpp.loggingLevel": "Debug"` and checking if there is anything logged to the C/C++ output channel related to this issue? When none of...
Hi @wrobelda . Can you provide more information about your environment? When you open a C or C++ file, does the C/C++ extension try to activate and provide IntelliSense? Does...
Hi @cgzones . On linux, those directories are being created using the following call to mkdir: ``` mkdir(path, 0777 & ~umask(0)); ``` Is there a benefit to restricting permissions of...
Hi @shiltian . It looks like the `cpptools` process is crashing due to a stack overflow, while trying to parse the file `clang\test\parser\parser_overflow.c`. Since it tries to ensure all files...
Hi @gaodingpan . Thanks for suggesting this. We will consider this for our backlog. Upvotes would increase its priority.
Hi @YOYO-UIAT . Thank you for suggesting this feature. We prioritize feature requests based on up-votes. If this issue gets enough up-votes, we will add it to our backlog.
Closing as duplicate.
This repro's in VS. (We share common IntelliSense components with VS). I opened a bug against VS here: https://developercommunity.visualstudio.com/content/problem/794903/intellisense-in-gcc-mode-does-not-recognize-nested.html
Hi @wisepotato Yes, use the thumbs-up (+1) reaction to upvote.
In addition to needing a way to query unknown compilers for system includes and system defines, there is also the fact that scanning the command line for user includes and...