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

From https://github.com/Microsoft/vscode-cpptools/issues/618#issuecomment-428177951 I have similar issue. I have the following folder structure (simplified) ``` componentA/tests/inc/TestDataBuilder.h componentA/tests/src/TestDataBuilder.cpp componentB/tests/inc/TestDataBuilder.h componentB/tests/src/TestDataBuilder.cpp ``` When `componentB/tests/inc/TestDataBuilder.h` is opened and I press Alt+O, the editor jumps...

bug
Language Service
Feature: Switch Header/Source

Is it possible to support substring searching in Symbol Search, just like the way the search in Go to File (CTRL+P) works today?

Language Service
Feature Request
fixed (release pending)
Visual Studio

### Environment - OS and version: Windows 10 - VS Code: 1.70.2 - C/C++ extension: 1.11.4 ### Bug Summary and Steps to Reproduce Bug Summary: Launch configuration using "cppvsdbg" ignores...

external

### Feature Request When hover is enabled globally via `editor.hover.enabled`, vscode often freezes on C++ code. I have to disable it, but I really want hover enabled for other plugins,...

Language Service
quick fix
enhancement

### Environment VS Code-OSS Version: 1.68.1 Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630 Date: 2022-08-16T16:31:30.846Z Electron: 17.4.8 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: FreeBSD x64 13.1-RELEASE-p1 ### Bug Summary and Steps to Reproduce Bug...

external
more info needed

### Feature Request Why is that so? What about a single setting to enable all of them by default too? ![Screenshot 2022-08-24 at 10 20 07](https://user-images.githubusercontent.com/47526411/186355972-a6425dbe-a5f2-4ae3-a962-f211502a0561.png)

Language Service
Feature Request
Feature: Configuration

### Feature Request When we use command "gdb a.out" to debug a program, we can use "restart" command to redebug the program, this case just restart a.out process, don't restart...

i.e. have 2 paths in your include path (or use recursive includes) that have the same header file name and are both reached via the same include string path. This...

bug
Language Service
quick fix
Feature: Add '#include'