vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Official repository for the Microsoft C/C++ extension for VS Code.

Results 758 vscode-cpptools issues
Sort by recently updated
recently updated
newest added

### 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...

Language Service
quick fix
help wanted
Feature: Configuration
enhancement

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...

Language Service
Feature: Configuration

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...

bug
Language Service
Feature: Add '#include'

Language Service
fixed
reliability
enhancement
internal

> @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...

Language Service
by design
investigate
Feature: Code Formatting
Feature: Code Analysis

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’]'**...

Language Service
Feature Request
Feature: Doc comments

### 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...

Language Service
debugger
help wanted

My repro was with the Mac SDK headers, but it's possible the bug could repro in other cases as well.

bug
Language Service
Feature: Create Declaration or Definition

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...

Language Service
performance
investigate
internal

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...

Language Service
Works in VS