vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### Feature Request You can find the official variables here: https://code.visualstudio.com/docs/editor/variables-reference Currently the only what to make system independent configuration for `c_cpp_properties.json` is to use stuff like `${env:HOME}/compiler/arm-none-eabi-gcc`. As you...
Type: Bug #include "adc.h" includes adc.h from minGW first (at least for browsing), instead of local folder, if I wanted that then I would use #include Extension version: 1.17.5 VS...
Repro/bug is The expected result is like `#include ` because the first includePath entry is `/usr/include/c++/11` The root bug could potentially manifest in other scenarios (other OS's and potentially non-system...
> @taoran-git Doing a Reload Window should fix it -- the path is cached. See https://github.com/microsoft/vscode-cpptools/blob/main/Extension/src/LanguageServer/settings.ts#L111 . If that doesn't fix it, can you file a new issue on the...
Feature requested on Visual Studio at https://developercommunity.visualstudio.com/t/support-dir-optional-attribute-of-doxygen-param/1112281 **Feature details:** This is a feature request to support parsing of the direction (or **‘[‘dir’]’**) optional attribute of the Doxygen command **\param '[‘dir’]'**...
### Environment - OS and version: Edition Windows 10 Pro Version 22H2 Installed on 11/7/2020 OS build 19045.3996 Experience Windows Feature Experience Pack 1000.19053.1000.0 - VS Code: Version: 1.86.0 (user...
My repro was with the Mac SDK headers, but it's possible the bug could repro in other cases as well.
Support for recursive includes may be more efficient without tag parse phase to limit set of paths
Currently, use of recursive includes (i.e. (`/**`) incurs some overhead prior to TU creation, in order to reduce the set of subdirectory paths to only the paths in which headers...
Opening this issue to track reporting errors for unopen headers. In the IntelliSense results for a source file, VS will report errors encountered in header. Cpptools is not currently reporting...