vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
It only works at the workspace level. If it can't work at the workspace folder level it should have its scope changed in the package.json.
**Issue:** If "Go to definition" is done on a generic function, the language server only returns the generic implementation. **Expected behavior:** "Go to definition" returns the other specialized definition of...
**Type: LanguageService** **Describe the bug** - OS and Version: Win10 10.0.18363 Build 18363 - VS Code Version: 1.45.1 - C/C++ Extension Version: 0.28.2 - Other extensions you installed (and if...
Proof of concept of C++ language service provided snippets
### Environment - OS and version: Ubuntu 22.04 - VS Code: 1.93.0 - C/C++ extension: v1.22.2 (pre-release) - OS and version of remote machine (if applicable): - GDB / LLDB...
### Environment - OS and Version: - Ubuntu 22.10 + GCC 11.3.0 - Ubuntu 22.10 + Clang 15.0.2 - macOS 13.0 + Clang 14.0.0 - VS Code Version: 1.74.0 -...
If a custom configuration provider (i.e. CMake Tools) does not register (or for files not associated with a CMakeLists.txt), the default configuration used by the C/C++ Extension is to recursively...
Add a better way to select the bundled clang tools so that we can pick the env version by default.
### Environment - OS and Version: Windows 11 23H2 - VS Code Version: 1.92.2 - C/C++ Extension Version: v1.21.6 - If using SSH remote, specify OS of remote machine: wsl...
### Feature Request After getting syntax highlighting all setup and working, I noticed that there was not a way to visually ensure that a variable was used or unused. There...
Create 2 workspace folders and add them to a workspace. Add a test1.cpp to one folder with `#include "test2.h"` and a test2.h to the other workspace folder, and add a...