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

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.

bug
Language Service
Feature: Configuration

**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...

Language Service
Feature: Go to Definition
enhancement

**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...

bug
Language Service
Feature: Doc comments

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...

bug
Language Service
more info needed

### 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 -...

bug
Language Service
Visual Studio

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...

Language Service
Feature Request

### 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...

Language Service
Feature: Code Formatting
enhancement
Feature: Code Analysis

### 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...

Language Service
Feature Request
Visual Studio
Feature: Code Analysis

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...

bug
Feature: Multi-root
Feature: Copilot