Colen Garoutte-Carson
Colen Garoutte-Carson
Dynamic SQL is not standard C++. Is it implemented using macros, a special compiler, or a preprocessor? We don't support this syntax. We could consider this a feature request..
Hi @yedane, I think if the Dynamic SQL were C++ preprocessor based, squiggles would be correct. IntelliSense parsing should consider macro contents. However, it's unclear to me what could be...
Thanks @yedane. Since the syntax is processed by an alternate (pre)compiler and not C++ preprocessor macros, that would explain the squiggle. Let's keep this issue open as a feature request...
Hi @stephane-archer . Thanks for reporting this. I'm able to repro. The issue also repro's in VS, which shares the same IntelliSense implementation. I've opened an issue internally against VS...
@sean-mcmanus Is this a duplicate of https://github.com/microsoft/vscode-cpptools/issues/7534 ?
Hi @DanieleNardi . Forgive me if I've missed something, but I'm not able to reproduce this issue. I've installed xc16 onto Ubuntu 20.04, via WSL 2. I've configured the C/C++...
Hi @DanieleNardi . Thanks. I can repro now. I've been able to narrow down the repro a bit. It appears to be a result of the following statement (or one...
You can also work around the issue by adding the following to your defines in `c_cpp_properties.json`: `"__prog__="` Let me know if you'd like to turn this into a feature request,...
TypeScript's inlayHint settings are all resource scope: [vscode/package.json at 662ba37e022f6339f372f810ee248dddfd6fcfd6 · microsoft/vscode (github.com)](https://github.com/microsoft/vscode/blob/662ba37e022f6339f372f810ee248dddfd6fcfd6/extensions/typescript-language-features/package.json#L271-L286) The `editor.inlayHints.enabled` setting also appears to be resource scope (though, I can't find where it's declared. When...
Hi @rxcompile . I don't believe the log output you are referring to is related to your IntelliSense issue. That line is logged simply as each entry in the compile_commands.json...