Why is the VSCommands.FindResults.Match coloring not changing when I edit it in Visual Studio's options? - visual-studio-2010

I in visual studio go to Tools -> Options -> Environment -> Fonts and Colors -> VSCommands.FindResults.Match and change the Item foreground and Item background colors but they never show in my Find Results output window. I have closed visual studio, restarted my computer, etc. but it does not change. Anyone know how to force this change to take place?

Related

Visual Studio 2019 color coding defaults changed?

It seems that the color coding of my Visual Studio 2019 suddenly changed. When I check the settings in Tools -> Options -> Environment -> Font and Colors and then for example User Members - Methods, I see that it no longer has a foreground color. My colleague with the same VS has this set to Olive.
I was happy with the default settings, and I'd rather not spend hours to replicate the default settings as they used to be. So what changed this color scheme, and how do I get it back? The first picture shows color coding like it was, the second how it is now (I hate it).
Why do I often find the answer after days of searching, and then after posting the question to SO?
At Tools -> Options -> Text Editor -> C# -> Advanced scroll down to end, at "Editor Color Scheme" there is a combo box which was set to Visual Studio 2017. It should be Visual Studio 2019 to get the colors back.
I still don't understand why this automagically changed though.
Have you tried to disable "Use enhanced colors for C# and Basic" in Tools -> Options -> Text Editor -> C# -> Advanced?
For me there was an issue when I updated to version ~17.2.26. All the colors got blend and barely visible. Removing extensions, returning to default settings or safe mode changed nothing.
What helped was upgrade to 17.3. This applies to 2022, though.

Visual Studio suddenly appearing white

My Visual studio has suddenly started showing white screen when I change the theme to black. Please help me regarding this.
Check if this option is enabled or not: Tools -> Options -> Environment -> Accounts: "Synchronize settings across devices when signed into Visual Studio". In your case, it should be disabled.

How to change visual studio text editor to default?

I broke text editor visual of visual studio.it is funny but i couldn't restore it.Could you please help me to restore back?
You can show the pictures to understand the problem
Original
Disrupted
the original one shows pop-up window like this;
For Visual Studio 2015:
Option 1
Tools >
Fonts and Colors >
Select "Use Defaults" on the top right corner
press "OK"
Option 2
Open Visual Studio and Go to Tools -> Import and Export Settings
Select Reset all Settings and complete the wizard
Restart VS instance

Class names not coloured in Visual Studio 2012

I am evaluating Visual Studio 2012 and am having some problems with the color schema.
Sure enough I was able to overcome the initial discomfort by setting my color for the text editor.
One thing I have not been able to set corrent are the color for the class names.
Say you have a line like below.
Class name = new Class();
the entire line is in the same color, expect the new keyword.
I want the word 'Class' to be in a different color like in earlier versions of Visual Studio.
I am not able to set the color for this from the Option.
I have tried chaning color for all fields like plain text, literals, identifier, etc under
Tool -> Option -> Environment -> Font & Colors
but still I am not able to fix this.
I have also applied custome themes, those are also not helping.
I wouldn't want to install a productivity power tool for such basic preference right ??
Edit:
I'm on Windows 7 x64 and Visual Studio Professional 2012, Version 11.0.50727.1 RTMREL
The solution I found is a combination of the suggestions found in a mish mash of related threads:
Close Visual Studio and open the VS command prompt as an administrator. Navigate to the devenv.exe file (in Express versions it is titled something along the lines of *express.exe) usually located in C://Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE.
Type devenv.exe /setup
Reopen Visual Studio. If everything is all colored now, great! If not, close the tabs and reopen them.
Performing all of step 3 is what has got my coloring to come back to normal.
Here is where I got the suggestions:
Visual Studio 2012 - Intellisense sometimes disappearing / broken
How can I get user type C# syntax highlighting working again in VS 2012 RC?
If you're using Productive Power Tools, go to => Tools -> Options -> Productive Power Tools. In main menu, TURN OFF the option: Colorized Parameter Help.
I solved my problem, I'm on Windows 8 Pro, Visual Studio 2012 Ultimate.
You're on the right track. Under Tools -> Options -> Environment -> Fonts and Colors, you want to change "User Types", first making sure at the top of the dialog that you are viewing the settings for the "Text Editor"
Although, by default with my install of Visual Studio 2012 these were already set, so you may want to try the "Use Defaults" button, unless you've made other changes that you want to keep.
go to the tools >Option click on enviroment navigation and click on import and export setting and copy the url and open directory from the url and delete all font and color file .which you got setting folder
The workaround provided by Donatas on Microsoft Connect works without having to turn off any option of Productivity Power Tools:
There is a workaround without turning off "Colorized Parameter Help".
Go to Tools > Options > Environment > Fonts and Colors in Display
items select "User Types (Value types)" click Custom next to Item
foreground color and in the color picker change Red, Green or Blue by
1, i.e. to make a custom color which basically looks the same. OK on
all the dialogs and problem solved.

Visual Studio 2010 IDE question

When I double click an item in the find window, the C/CPP file opens in a tab next to the find window. I want it open in the main window (center) along with the other c/cpp files. Is there a setting to get this behaviour ? Thanks
Perhaps that setting has been modified somewhere. I've tried to reproduce the behaviour in a new(ish) installation of Visual Studio 2010, and can't reproduce. Perhaps you've chosen the C++ Development Settings where the behavior is different from the C# Dev Settings.
Consider resetting your Visual Studio 2010 settings.
Tools -> Import and Export Settings -> Reset All Settings

Resources