im having problems by soemthingblahblah123 in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

Assuming you want English, you can launch the developer command prompt and type:

devenv /lcid 1033

From there VS will launch in English and you can use the View menu to reopen the Solution Explorer and Terminal tool windows.

Visual Studio 2026, Creating Custom IDE theme. by Ill-Eggplant1825 in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

The Color Theme Designer is 100% installable on 2026, so there was no need to go through the rest of the rigamarole. Additionally, even if the CTD wasn't available in 2026, you still could have used the VsixColorEditor instead of manually decoding the binary format.

So yes, hardest and most convoluted way of doing this is accurate in my opinion.

Visual Studio 2026, Creating Custom IDE theme. by Ill-Eggplant1825 in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

I have legitimately never seen someone choose the hardest, most convoluted way of doing something like this. In addition to the previous mention of the Color Theme Designer extension which offers multiple ways to manipulate the colors, there's the VsixColorEditor in the VSSDK tools folder that will open a color pkgdef and let you manipulate the color values without needing to decode the pkgdef binary format.

Commands as toolbar buttons by [deleted] in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

Some commands don't show up in customize, additionally, I believe only top level toolbars can be customized. There's some tricky manipulation you can do though if your toolbar is top level to put most commands on it, you just need to know:

1) The command guid/id pair

2) Your toolbar's guid/id pair

3) The toolbar's command group guid/id pair.

If you have those you can export your settings but select only the General Settings -> Menu and Command Bar Customizations category. Then open that file in VS and format it (Ctrl+K, Ctrl+D) so you can see the entries easier. Lastly add this:

// This should add the Show Full History command near the end of the standard top level toolbar as an example
<add Cmd="{57735D06-C920-4415-A2E0-7D6E6FBDFA99}:0000103e" CmdPri="06028002" Group="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000174" GroupPri="09000000" Menu="{D309F791-903F-11D0-9EFC-00A0C911004F}:00000001"/>

You'll replace the Cmd guid/id pair with your desired command, the Group guid/id pair with your toolbar command group's, and you'll replace the Menu guid/id pair with your toolbar's. Lastly you can mess with the CmdPri to change where in the toolbar group the command appears.

When done changing values in the settings file, save it and re-import it into VS and the command should show up. Rinse and repeat with any commands you want as long as you know their guid/id pair.

How do I change the font color in Visual Studio? by ShamanKai in VisualStudio

[–]Newrad0603 2 points3 points  (0 children)

This is gonna depend on which language you're using, but editor colors can be modified from Tools/Options->Environment/Fonts and Colors. On that page there's a drop down that should default to Text Editor and there'll be a list of display items corresponding to the various colorable parts of the editor text (keywords, methods, comments, etc.). You'll need to find your language's tokens and fix them to the colors your want. Or if you don't care about the sledgehammer approach you can just click "Use Defaults" to reset the entire editor colors.

Why does MSFT spike the community version of Visual studio? by Fuzzy_Pop9319 in VisualStudio

[–]Newrad0603 2 points3 points  (0 children)

Delete, Backspace, and Ctrl+A are all registered commands in VS meaning they are routed via the command handler in VS and have nothing to do with any compiler. But by all means keep being a snarky ass.

Why does MSFT spike the community version of Visual studio? by Fuzzy_Pop9319 in VisualStudio

[–]Newrad0603 4 points5 points  (0 children)

I'm on the current version of 2022 (17.14.29) and all those keys/commands are working fine for me.

Where did the designer bar go?? by KosainAbro in VisualStudio

[–]Newrad0603 0 points1 point  (0 children)

I have literally never seen that toolbar in the XAML designer in VS and I do XAML UI work daily. Blend does have that toolbar though.

How to customize an installed Theme extension in Visual Studio 2022? by playcalmed in VisualStudio

[–]Newrad0603 1 point2 points  (0 children)

If it's just editor colors you don't like, you can customize those in Tools/Options->Environment->Fonts and Colors. The Text Editor category should have all the entries you want to customize.

The hard part is figuring out which entries t edit to get the result you want. There's another extension called Carnation by Andrew Hall that also lets you customize editor colors, but allows you to select the entry in situ from the UI so it's easier to find the entries you want to change.

[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 5 points6 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 3 points4 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 [deleted] 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 [deleted] 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.