vscode-cpptools
vscode-cpptools copied to clipboard
Official repository for the Microsoft C/C++ extension for VS Code.
### Environment - OS and Version: Pop!_OS 22.04 LTS - VS Code Version: 1.68.1 - C/C++ Extension Version: v1.11.4 - Other extensions: C/C++ Extension pack (disabling other extensions doesn't seem...
@sean-mcmanus Recently I have been facing the same problem: formatter stuck when saving (I have auto save and format on save active) and intellisense stuck in the flame icon forever...
Bug type: Language Service **Describe the bug** - OS and Version: Arch Linux (rolling) - VS Code Version: 1.69.0-insider - C/C++ Extension Version: v1.11.0 (pre-release) The cpptools process crashes on...
I use nested functions in C (GNU C extension https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Nested-Functions.html ) and found it very helpful in some situation. Unfortunately IntelliSense does not support them. Are there any plans to...
Bug type: Language Service **Describe the bug** - OS and Version: Windows10 Home 20H2 19042.1526 - VS Code Version: 1.64.2 - C/C++ Extension Version: 1.8.4 - Other extensions you installed...
Trying to setup VScode on my new laptop. I'm new to C and coding but I set it up the exact way I did on my other laptop but I...
### Feature Request I use `__builtin_popcount` and other builtin functions frequently, but they do not have auto-completions, I have to type a whole function name when using them. Could you...
Hello, Intellisense seems to have trouble selecting the correct partial template specialization, reporting the error "Incomplete type is not allowed". The following code compiles using gcc --std=c++17: ``` int func(const...
Hi, I was not able to find any documentation about this. Is it possible to jump to the constructor of a class? I tried several ways, `F12` and `Ctrl`+`Click` on...
### Environment - OS and version: Windows10 (no problem under Ubuntu 20.04) - VS Code: latest at time of writing 2022-07-19 - C/C++ extension: latest at time of writing 2022-07-19...