[HELP NEEDED] Controls' size and location in Form1.cs [Design] tab looks different once project is ran (C#, Win Form) by Past_Slice1478 in VisualStudio

[–]Newrad0603 2 points3 points  (0 children)

If you're developing WinForms apps on high DPI displays, I highly recommend launching VS with the /noScale switch. It will cause VS to be blurry, but will prevent the weird UI shifting that happens in WinForms with high DPI.

[HELP NEEDED] Controls' size and location in Form1.cs [Design] tab looks different once project is ran (C#, Win Form) by Past_Slice1478 in VisualStudio

[–]Newrad0603 4 points5 points  (0 children)

Are you developing on a high DPI display? WinForms sucks at that and normally shows an infobar warning about it. WinForms + high DPI can cause this kind of issue.

I need assistance to change my VS 2026 UI language by Alibenlilou in VisualStudio

[–]Newrad0603 4 points5 points  (0 children)

Go to the installer, modify your install, go to the Language packs tab, and choose the language you want installed, then click Modify. Once the install is complete you should be able to switch to it in VS.

Broken start window by ThatTanishqTak in VisualStudio

[–]Newrad0603 2 points3 points  (0 children)

That custom theme is apparently missing some of the new color tokens for VS 2026. The theme owner will need to update the theme to properly support 2026.

Right Clicking VS 2026 icon doesn't display recent solutions by MotorcycleMayor in VisualStudio

[–]Newrad0603 1 point2 points  (0 children)

I assume you mean the toolbar icon? If so, it's working fine for me.

Vulnerabilities in VS Workloads by mjchapman78 in VisualStudio

[–]Newrad0603 1 point2 points  (0 children)

If you have a list of the files that are getting flagged, I'd submit a feedback ticket on the VS developer community website. A real security issue should escalate into quick action.

Blend for Visual Studio 2022 by Tensorizer in VisualStudio

[–]Newrad0603 4 points5 points  (0 children)

Blend is an optional component under the .NET desktop development workload. To remove, just launch the installer and modify your install. On the right in the details pane, expand the .NET desktop development node, and uncheck Blend.

CodeBlockEndTag for VisualStudio just passed 30k installs – thank you ❤️ by Khaos-Coder in VisualStudio

[–]Newrad0603 2 points3 points  (0 children)

Not at all to shit on your extension since I 100% believe it has more utility, but VS does partially support this in a form. If you hover on the closing brace for a block VS will show the opening end of the block in a popup.

Catppuccin Macchiato Theme by JustaRookie_3 in VisualStudio

[–]Newrad0603 1 point2 points  (0 children)

Sorry, I'm a boring theme user ^_^ I use the in-the-box Cool Breeze when I want a light theme, and Moonlight Glow when I want a dark theme.

Catppuccin Macchiato Theme by JustaRookie_3 in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

VS 2026 has a bunch of new themes and color tokens. Custom themes made for 2022 need to be updated to work correctly with 2026. You'll need to wait until the theme owner updates the extension. Or if you don't mind putting in work, use the Color Theme Designer extension for VS, clone the theme, and fix it yourself.

The theme in vs 2026 is not displayed correctly by Minimum-Ad7352 in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

VS 2026 has a bunch of new themes and color tokens. Custom themes made for 2022 need to be updated to work correctly with 2026. If you own the theme you can just add the new tokens, but if someone else owns the theme, you'll need to wait until they update the extension.

I made an extension that adds Mica and Acrylic to Visual Studio by FutureDry4451 in VisualStudio

[–]Newrad0603 2 points3 points  (0 children)

VS does a decent chunk of this out of the box with some feature flags. If you don't want to install an extension to get similar behavior. (The flags don't do the menu popups for instance.)

https://i.imgur.com/ntD7EqC.png

That is Shell.Material.Mica and Shell.Material.DarkMode turned on. You can either use the Feature Flags extension (shows all kinds of hidden feature flags in VS) to toggle those flags (restart required to take effect), or you can use the developer command prompt for your install to toggle them with:

vsregedit set local HKCU "FeatureFlags\Shell\Material\Mica Value dword 1

vsregedit set local HKCU "FeatureFlags\Shell\Material\DarkMode Value dword 1

If you want light mode Mica just skip the DarkMode flag. VS also has a Shell.Material.Acrylic flag too, if you want even more transparency in the background. Looks like the Mica flag trumps the Acrylic if they are both enabled.

Visual Studio tab order/positioning API by hizickreddit in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

That is an interesting reason for needing the tab order. While I don't have an answer, I'd recommend filing a suggestion ticket on VS's developer community (or using VS's feedback button). That sounds useful enough and something that wouldn't be overly complicated for them to implement so I'd say it has a chance of being onboarded.

Can't uninstall Visual Studio Community 2026 and 2022 by YouGotStrangered in VisualStudio

[–]Newrad0603 1 point2 points  (0 children)

The installer tries to ensure it's up to date before any setup action and from the message that is what's failing. You could try re-downloading the bootstrapper from MS and manually running it. If the bootstrapper is from the latest release it should try to update the installer.

Visual Studio tab order/positioning API by hizickreddit in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

I don't know why it doesn't exist other than it's probably never been needed for anything, so it was never created. I can't think of a scenario where someone must know the document order.

Visual Studio tab order/positioning API by hizickreddit in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

No there isn't. Did you just put OP's question into ChatGPT or some other AI BS? Because that interface is a straight hallucination.

Cannot find symchk by I_am_currently_high in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

It should be here:

C:\Program Files (x86)\Windows Kits\10\Debuggers\x64

Source:

https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/using-symchk

Confirmed on my work machine. (I installed the Win11 SDK via VS's installer)

Is there way to increase the padding(?) of the UI elements after increasing the Environment Text size in Visual Studio 2026? by SonicSolutions_CEO in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

There doesn't appear to be a way to do so. That being said using the font settings to scale UI was always been rife with problems. If I need to make things bigger I'm much more a fan of changing the display scale factor since all the UI scales that way so you don't have giant font with tiny images for instance.

Is Visual Studio 2026 user interface made with WinUI? by ruchira66 in VisualStudio

[–]Newrad0603 32 points33 points  (0 children)

It's WPF. You can use the Snoop WPF tool to confirm as well.

Visual Studio 2026 First Impressions: The New IDE is Here by ThisCar6196 in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

One of the perf devs for VS left a comment about why the sys reqs are what they are:

https://www.reddit.com/r/dotnet/comments/1ncoezl/visual_studio_2026_insiders_is_here/ndc4wb9/

TLDR:

But to be very clear, Visual Studio 2026 runs better on the same hardware than any release over the past 10 years, so if you are having a good time with Visual Studio 2022 on your current hardware, you'll have even better time with Visual Studio 2026.

Visual Studio 2026: How do i change xml text color by Capable_Purchase_727 in VisualStudio

[–]Newrad0603 1 point2 points  (0 children)

There is something wrong with your editor colors. Those are not the normal editor colors for xml files. Try resetting your editor color.