vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### 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.,...
### 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...
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...
### 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...
### 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...
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...
### 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...
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.
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...
### 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...