vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
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...
Is it possible to support substring searching in Symbol Search, just like the way the search in Go to File (CTRL+P) works today?
### 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...
### 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,...
### 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...
### Feature Request Why is that so? What about a single setting to enable all of them by default too? 
### 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...