Sean McManus

Results 60 issues of Sean McManus

### Environment - OS and Version: - VS Code Version: - C/C++ Extension Version: - Other extensions you installed (and if the issue persists after disabling them): - If using...

bug
Language Service
Feature: Inlay Hint
Works in VS

See the previous Windows/cl.exe-only issue at https://github.com/microsoft/vscode-cpptools/issues/6290 (UPDATE: the issue was deleted, see https://github.com/microsoft/vscode-cpptools/issues/8256#issuecomment-941809096 ). NOTE: C++20 modules importing works for cl.exe if you set /ifcSearchDir (and possibly other modules...

Language Service
Feature Request
Visual Studio
modules

Checklist - [Yes] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [No] This bug exists for C - [Yes] This bug exists for C++ - [?] This bug...

Checklist - [X] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [X] This bug exists for C - [no] This bug exists for C++ - [?] This bug...

Checklist - [X] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C (no, scope is consistently keyword.operator.c) - [X] This bug exists...

Checklist - [ yes ] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ yes ] This bug exists for C - [ no ] This bug exists...

Syntax: C

Use code ``` void f(); namespace A { void g(); } namespace X { using ::f; using A::g; } ``` The "using ::f" has a scope of entity.name.scope-resolution.cpp instead of...

🐛 Bug
Syntax: C++

Actual: For .h files, the seti-ui theme is using the C icons. This is incorrect/misleading when .h files actually represent C++ files, which is commonly the case. ![image](https://user-images.githubusercontent.com/19859882/51280587-e63b2200-1994-11e9-9cb1-0dd18fd499a9.png) Expected: For...

What is this error? Can we get rid of it?

investigate

I know 15 has some clang-tidy bug fixes. It's supposed to be released in a week or so. UPDATE: This is delayed due to new build failures in some of...

Language Service
Feature: Code Formatting
enhancement
Feature: Code Analysis