Sean McManus

Results 60 issues of Sean McManus

### Discussed in https://github.com/microsoft/vscode-cpptools/discussions/12153 Originally posted by **naman0411** March 28, 2024 Hi, I recently redownloaded c++ 13.1 using msys2 on my computer and know vs code is giving me errors...

Language Service
investigate
Feature: Configuration
Not Repro - Internal

Even if nothing changes or after any minor change that shouldn't require reparsing all the TUs. The visible TUs are restarted immediately and the non-visible TUs are killed and restarted...

bug
Language Service
performance
Feature: Configuration Provider

- VS Code Version:Version: 1.86.0-insider (user setup) Commit: 8c08612b658a37f96892f8ed5a9c6e7a6667847d Date: 2024-01-30T21:44:10.295Z Electron: 27.2.3 ElectronBuildId: 26495564 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22621 - Logs: I'm using GitHub...

Use "Extract to free function" using the code below and the selection shown in the screenshot (of code in a member function of class that references other class elements). ```cpp...

bug
Language Service
insiders
Visual Studio
Feature: Extract to function

Do Run Code Analysis on All files in a project configured with a configuration provider. Bug: The 1st time it's done, all the files are skipped because it thinks it...

bug
Language Service
fixed
regression
Feature: Code Analysis

...which is more likely to happen with a large database (e.g. 2 GB) and while it's being updated from tag parsing other files. Repros in VS too.

bug
Language Service
Feature: Symbol Search
more votes needed

Use code ```cpp class foo { public: int jjj;}; int main() { auto iii = foo{}; return // no completion on this line, e.g. no main or iii suggestions iii...

bug
Language Service
Feature: Auto-complete

Open a file, paste some variable declarations, repeat. Randomly the Outline view will have the symbols missing, even after further document symbol requests are sent. The database and workspace symbol...

bug
Language Service
Feature: Document Symbol

Due to VS Code issue https://github.com/microsoft/vscode/issues/215474 and possibly some bug with our extensions handling of that scenario. I reproed it with 1.20.5/1.21.0 (it might require using Ctrl+Left arrow to re-open...

bug
Language Service
parser
Feature: Symbol Search
Feature: Document Symbol

It should not be. The completed result of `` is invalid C++. ```cpp namespace foo { namespace { int i; } /// result is }; ``` ![image](https://github.com/microsoft/vscode-cpptools/assets/19859882/e57d5a49-c7b3-45ac-9f49-25c8fba0beef)

bug
Language Service
Feature: Auto-complete