codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

Many Missing Declarations #1006

Open PaltryProgrammer opened 1 year ago

PaltryProgrammer commented 1 year ago

greetings kind regards please see attached GIF demonstrate many missing declarations whilst "digging" or "spade'ing" or whatever it's called . relevant header file is also attached for repro attempt . thank you kindly JunkCode.zip Many Missing Declarations

environment below : Microsoft Visual Studio Community 2022 Version 17.7.0 Preview 1.0 VisualStudio.17.Preview/17.7.0-pre.1.0+33711.374 Microsoft .NET Framework Version 4.8.04084

Installed Version: Community

Visual C++ 2022 00482-90000-00000-AA260 Microsoft Visual C++ 2022

ASP.NET and Web Tools 17.7.82.47043 ASP.NET and Web Tools

Azure App Service Tools v3.0.0 17.7.82.47043 Azure App Service Tools v3.0.0

C# Tools 4.7.0-1.23226.11+6544980c8335ce25d8959afd4b6ee308686fed53 C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

CodeMaid 12.0 CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, R, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.

Microsoft JVM Debugger 1.0 Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

NuGet Package Manager 6.7.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Syntax Visualizer 1.0 An extension for visualizing Roslyn SyntaxTrees.

Test Adapter for Boost.Test 1.0 Enables Visual Studio's testing tools with unit tests written for Boost.Test. The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test 1.0 Enables Visual Studio's testing tools with unit tests written for Google Test. The use terms and Third Party Notices are available in the extension installation directory.

Text Macros for Visual Studio 2012-2022 1.17 Brings back text-editing macro support in Visual Studio 2012-2022

TypeScript Tools 17.0.20426.2001 TypeScript Tools for Microsoft Visual Studio

Visual Basic Tools 4.7.0-1.23226.11+6544980c8335ce25d8959afd4b6ee308686fed53 Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual Studio IntelliCode 2.2 AI-assisted development for Visual Studio.

Visual Studio Spell Check Everywhere VSSpellCheckEverywhere An extension that enables spell checking within any Visual Studio file editor or tool window that uses WPF text boxes. https://GitHub.com/EWSoftware/VSSpellChecker

Visual Studio Spell Checker VSSpellChecker An editor extension that checks the spelling of comments, strings, and plain text as you type or interactively with tool windows. https://GitHub.com/EWSoftware/VSSpellChecker

codecadwallader commented 11 months ago

Thank you for reporting the issue. I noticed in the screenshot that it says "IntelliSense engine crashed". I suspect the IDE/SDK may not be in a stable point and the list of members we pull from it could be incomplete. If you break that file into smaller chunks, does it avoid that error message and work more as expected?