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 451 vscode-cpptools issues
Sort by recently updated
recently updated
newest added

### Environment - OS and Version: Windows/Linux/Mac OS - VS Code Version: 1.85.0 - C/C++ Extension Version: 1.20.5 ### Bug Summary and Steps to Reproduce Bug Summary: The 'Learn how...

bug
Language Service
fixed
regression

### Feature Request It looks like VSCode only shows a certain subset of Doxygen tags/commands in the tooltip documentation, e.g. `\param`, `\note` are rendered, while others are not. In particular...

Language Service
fixed
quick fix
Feature: Doc comments
enhancement

### Environment - OS and Version: windows 10 22H2 - VS Code Version: 1.7.43 - C/C++ Extension Version: 1.14.0 ### Bug Summary and Steps to Reproduce Bug Summary: i'm trying...

Language Service
investigate
verified
Feature: Code Analysis

### Feature Request The strdup() function does not appear in intellisense suggestions. Minor issue but still annoying.

Language Service
more info needed

Use code ```cpp class foo { public: int jjj;}; int main() { auto iii = foo{}; return // no completion on this line, e.g. no main or iii suggestions iii...

bug
Language Service
Feature: Auto-complete

### Environment - OS and Version: macOS Sonoma 14.5 - VS Code Version: 1.89.1 - C/C++ Extension Version: v1.20.5 - If using SSH remote, specify OS of remote machine: no...

bug
Language Service
fixed
reliability

1. Install VSCode in a Chinese Simplified machine 2. Open VSCode and install extension "C/C++" 3. Open a folder which contain a cpp file 4. Include a non-existing header file...

bug
Language Service
world ready

**Type: LanguageService** **Describe the bug** - OS and Version: Ubuntu 14.04.5 - VS Code Version: 1.24.1 - C/C++ Extension Version: - Other extensions you installed (and if the issue persists...

bug
Language Service
symlinks

### Environment - OS and Version: win10 - VS Code Version: 1.90.2 - C/C++ Extension Version: 1.20.5 ### Bug Summary and Steps to Reproduce Bug Summary: ```cpp #include typedef struct...

bug
Language Service
parser
Visual Studio

For the attached socket project, the issue can be reproduced above C/C++ 1.17.x. When open the project, the output window will show the following errors. Maybe the IntelliSenseMode and compilerPath...

bug
Language Service
regression
Feature: Configuration