Visual Studio 2022 C/C++ Can not collapse if/else/while statements but can collapse functions - visual-studio-2022

I'm not sure why this is not working. I've installed a fresh version of windows and freshly installed visual studio. I can no longer collapse if/else/while statements but I can collapse functions.
I'm loosing my mind as I can not find the setting for this... Was it removed?

Related

Execute SQL Task within SSIS Broken

I'm trying to add an "Execute SQL Task" step to a new SSIS package, and I get the following message when trying to open it.
I'm using SQL Server 2022, with Visual Studio 2022 with SQL Data Tools installed. I've tried this on 3 different workstations, and I receive the same message on each one. I'm also unable to open the task on any existing packages as well. What am I missing?
I've tried uninstalling Visual Studio 2022 and reinstalling it. I've tried multiple different machines. I've also made sure that VisStudio 2022 is the only version that's installed.
EDIT: This works fine in Visual Studio 2019; I'm able to open the "Execute SQL Task" control just fine, even on the machines that are affected by this in VisStudio 2022. I wonder if I've stumbled across a bug with SSIS in Visual Studio 2022.

How do I force Visual Studio to make this project compatible with VS 2022?

I installed VS 2022 Community and am trying to work on a project that was developed on VS 2008 Pro. VS is giving me this report:
How do I force VS to make whatever upgrades it needs in order to run this program? I can provide more info if needed.
MS in their wisdom, dropped support for the Setup & Deployment project, can't remember when exactly, then after a bit of an uproar re-instated it through the Visual Studio marketplace https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects
Since your project has a file .vddproj, it might be a Smart Device CAB project.
It is not supported by later versions of visual studio.
It is recommended that you open it with VS2008.

How to Update Version from Earlier Versions of Visual Studio to 2017?

I have a number of projects created in earlier version of Visual Studio. These open fine in 2017, I can edit and save changes, but the solution file still has the icon indicating they are VB10, VB11 or VB14 solutions.
My concern is that in later versions of Visual Studio the solutions will no longer be supported. Can I force a complete upgrade to Visual Studio 2017? Is this necessary?

Visual Studio 2013 is not remembering references added in the solution explorer

As mentioned in the title I am having an issue with a Visual Studio Project.
I have decided to use Visual Studio 2013 (latest version through dream spark) to code with Unity 3D (also the latest version) as I am having issues with MonoDevelop crashing and I use Visual Studio for other stuff anyway so it is convenient.
I have to use an external dll for my Unity game and I find every time I start a new session the dll file is gone in the references tab in the Solution Explorer (in Visual Studio) and I have to re-add it manually. Is there some sort of global references list I can add this to to prevent that issue? I've had a look and can't find anything but I also don't know what I am looking for.

No javascript project enlisted in visual studio 2012 ultimate

I have installed visual studio ultimate 2012 for windows 8 store apps but it doesnt show JavaScript in the new project.
The setup is good, i have installed it before using the same setup but i dont know what is the problem now..
I have also tried Visual studio Express, but got the same issue.. And one more thing BLEND is also not working in both the cases.
Are you looking in the right place? They can be 'hidden' in "Other Languages"
Search in the upper right hand corner of "New Project" for javascript to be sure.
Make sure you are up to date as well on the following updates as good measure
http://support.microsoft.com/kb/2797912
http://www.microsoft.com/en-us/download/details.aspx?id=38188
After uninstalling the current VS and then deleting all registries and finally installing Vs 2012 ultimate, fixed the issue.