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

### System Windows 10, Version 1703 (OS Build 15063.966) VSCode 1.23.1 Cpptools 0.17.0 ### Description I'm seeing issues with workspaces on drives mapped using the built-in Windows NFS client (i.e.,...

Language Service
Feature Request

### Feature Request It would be nice if cpptools knew how to visualize images, something like Image Watch for Visual Studio: https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.ImageWatch2019 Is this feature planned? Having a 100% compatibility...

debugger
Feature Request

Use ``` typedef struct foo { struct foo* f; } foo; ``` The Outline view incorrectly shows "foo::foo" being a declaration. This bug has existed in VS for a long...

bug
Language Service
Visual Studio
more votes needed

### Environment - OS and Version: - VS Code Version: - C/C++ Extension Version: - Other extensions you installed (and if the issue persists after disabling them): - If using...

bug
Language Service
Feature: Inlay Hint
Works in VS

### Feature Request CMake added a variable (CMAKE_\_COMPILER_PREDEFINES_COMMAND), which holds the command to get the compiler predefined values. CMake could provide this to the cpptools extension to use it for...

Language Service
Feature Request
Feature: Extension API
Feature: Configuration

I find it helpful if the plugin can check for header file renames in the project and provide an option to update all `#include` directives in source files to include...

Language Service
Feature Request
Feature: Refactoring

### Discussed in https://github.com/microsoft/vscode-cpptools/discussions/9602 Originally posted by **the-moog** July 19, 2022 In the file c_cpp_properties.json you can have multiple entries in "configurations". Valid 'name' keys are anything, but "Win32" and...

Language Service
more info needed

Type: Debugger As reported by gdb `i sh` command, as available in [Visual Studio](https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-use-the-modules-window?view=vs-2019) and https://github.com/vadimcn/vscode-lldb/blob/master/extension/modulesView.ts.

debugger
Feature Request

Alternatively if you could add an option to limit how many suggestions can be loaded at most (if this doesnt exist already, if so please enlighten me).The purpose of course...

bug
Language Service
performance
enhancement

### Environment - OS and version: Mac x64 10.14.6 - VS Code: 1.65.1 - C/C++ extension: 1.9.5 - GDB / LLDB version: GDB 11.2 ### Bug Summary and Steps to...

tasks/build/debug
more votes needed