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

For my current project, I am using a multi-root workspace. My problem is that the C/C++ Extension doesn't allow me to have a single global `C_Cpp_properties.json` file for the entire...

Language Service
Feature Request
Feature: Multi-root
Feature: Configuration

Hi Team, I have installed C/C++ extension in remote desktop and its showing as "Extension is enabled on SSH : IP address'. But the issue is when we start browsing...

Language Service
more info needed

### Environment - OS and Version: Windows 10 - VS Code Version: 1.88.1 - C/C++ Extension Version: v1.20.5 - If using SSH remote, specify OS of remote machine: ### Bug...

bug
Language Service
fixed
Feature: Doc comments

### Feature Request Right now, enums have the semantic token type enumMember but without modifiers. I'd like to distinguish between declaration and usage. In my color theme, I have opted...

Language Service
Feature Request
Visual Studio
Feature: Colorization

### Environment - OS and Version: Ubuntu 22.04 - VS Code Version: 1.89.1 - C/C++ Extension Version: v1.20.5 ### Bug Summary and Steps to Reproduce #### Bug Summary: When using...

bug
Language Service
verified

![image](https://github.com/microsoft/vscode-cpptools/assets/111317156/714dafd7-6907-4bc8-a5f3-3489cbab3021) The include statement "#include "test.h"" is inserted under main()

bug
Language Service
verified
Feature: Add '#include'

![image](https://github.com/microsoft/vscode-cpptools/assets/111317156/1cc01bbd-afb1-4732-a91b-8632e349c39e) There's a bug in which it's not properly taking into account the include path when putting together the correct path for the #include string. The bug repros in VS...

bug
Language Service
Visual Studio
Feature: Add '#include'

Doxygen comments should render the below input: `/// @param P\uAB701, P\uAB992 D\uAB9D3\uAB7D00`

bug
Language Service
world ready
Visual Studio

Address build errors for addition of token utilities api, see internal PR for more information.

Language Service
internal
Feature: Add '#include'

### Feature Request It would be helpful (easier to read) if the CALL STACK window would support colorization ![call_stack](https://github.com/microsoft/vscode-cpptools/assets/33861896/bd8fd02f-7261-4925-9eea-65bdb992ebc6) Similar request for Visual Studio [here](https://learn.microsoft.com/en-us/answers/questions/404622/visual-studio-call-stack-colour-coded-by-c-calling) Is this feature request for...

debugger
Feature Request
help wanted