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

### Environment - OS and Version: Pop!_OS 22.04 LTS - VS Code Version: 1.68.1 - C/C++ Extension Version: v1.11.4 - Other extensions: C/C++ Extension pack (disabling other extensions doesn't seem...

Language Service
more info needed
Feature: Configuration

@sean-mcmanus Recently I have been facing the same problem: formatter stuck when saving (I have auto save and format on save active) and intellisense stuck in the flame icon forever...

bug
Language Service
reliability
regression
Not Repro - Internal

Bug type: Language Service **Describe the bug** - OS and Version: Arch Linux (rolling) - VS Code Version: 1.69.0-insider - C/C++ Extension Version: v1.11.0 (pre-release) The cpptools process crashes on...

bug
Language Service
fixed (release pending)
Visual Studio

I use nested functions in C (GNU C extension https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Nested-Functions.html ) and found it very helpful in some situation. Unfortunately IntelliSense does not support them. Are there any plans to...

Language Service
Feature Request
Visual Studio
more votes needed

Bug type: Language Service **Describe the bug** - OS and Version: Windows10 Home 20H2 19042.1526 - VS Code Version: 1.64.2 - C/C++ Extension Version: 1.8.4 - Other extensions you installed...

bug
Language Service
Feature: Configuration
Visual Studio

Trying to setup VScode on my new laptop. I'm new to C and coding but I set it up the exact way I did on my other laptop but I...

more info needed
tasks/build/debug

### Feature Request I use `__builtin_popcount` and other builtin functions frequently, but they do not have auto-completions, I have to type a whole function name when using them. Could you...

Language Service
Feature Request
Feature: Auto-complete

Hello, Intellisense seems to have trouble selecting the correct partial template specialization, reporting the error "Incomplete type is not allowed". The following code compiles using gcc --std=c++17: ``` int func(const...

bug
Language Service
parser
Visual Studio

Hi, I was not able to find any documentation about this. Is it possible to jump to the constructor of a class? I tried several ways, `F12` and `Ctrl`+`Click` on...

Language Service
Feature Request
Visual Studio
Feature: Go to Definition

### Environment - OS and version: Windows10 (no problem under Ubuntu 20.04) - VS Code: latest at time of writing 2022-07-19 - C/C++ extension: latest at time of writing 2022-07-19...

more info needed