Anyone know how to change the Auto List Member highlight from yellow to whatever? I'm currently using the VC2010 C++ edition. Its difficult to see the highlight vs my other font colors. Thanks :D
Related
The vertical column that contains the code line number is VS2019 is too wide. Is there a way to narrow it down? Also toolbars is too height. In each new version there is less and less coding space. Maybe somebody knows the way to rid/decrease using space of some panels?
I prefer just remove that panels, but don't know how ):
Too much free space here
Please check if customizing your IDE and features within from a few ways mentioned in the following docs help you out in utilizing the IDE space better, if not in the exact same way as asked:
Customizing window layouts in VS 2019: https://learn.microsoft.com/en-us/visualstudio/ide/customizing-window-layouts-in-visual-studio?view=vs-2019
How to: Customize menus and toolbars in VS 2019: https://learn.microsoft.com/en-us/visualstudio/ide/how-to-customize-menus-and-toolbars-in-visual-studio?view=vs-2019
If this doesn't help solve the purpose, please feel free to provide feedback or submit a suggestion here: https://developercommunity.visualstudio.com/spaces/8/index.html
I just downloaded a new theme for visual studios and this happened.
I don't know why but I just don't like it being highlighted. I'd rather have it not been highlighted. Is there a way to change it? I couldn't find how to change it on the internet and I have been trying to do this in "fonts and colors". But I don't know how. Can anyone help me?
It's probably not a "highlight" but just the background color. Search for display item "String" or "String - Verbatim" in the Fonts and Colors section of the Options screen.
I've just downloaded Visual Studio Color Theme and a dark color scheme for Visual Studio. This is how my VS looks now:
But I don't like the tooltip. I saw this question on StackOverflow, an I would like to make the tooltip look like the one in the marked answer. (Also the font size is not chosen by me, I don't know why is it like that)
Please help me!
Visual Studio allows you to change it. You can experiment different backgrounds from Tools->Options->Environment->Fonts and Colors->Signature Help Tooltip Background.
Also before you import theme, you can edit the font from the theme file.
This question already has answers here:
Change background color of Solution Explorer in Visual Studio
(5 answers)
Closed 9 years ago.
I really don't like the "Light" theme of VS 2012. I've managed to change a few things to make it better but one thing is still annoying me - the fact that the solution explorer background is a light grey colour. Is there a way to change this back to white? I can't see an entry for Solution Explorer in Options > Environment > Fonts and Colors, so how can I change this? Is it stored in a theme file somewhere?
(Please note I'm not looking to do this programmatically, so this is not a dupe of the existing similar-sounding questions)
I've found that easiest solution is to use this Microsoft-developed Visual Studio 2012 Color Theme Editor and just select the Blue theme to effectively get the VS 2010 colours back:
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05
Saves digging around for hours in long lists of UI elements. You just select another preset theme and you're done :)
EDIT : Here are steps using the VS2012 Color Theme Editor:
Tools --> Customize Colors
New Theme --> create a new theme from one of the ready made themes, hit Create
Hover over your new Custom Theme, hit Edit Theme
Magical Step: Directly under the theme tab, click the 5th button "Show All Elements", here you can find what you're looking for
TreeView --> Background, this changes the color of the Solution Explorer
Environment --> ToolWindowBackground, color for background of Team Explorer (my pet peeve, since the contrast on this UI usually needs tweaking between controls and window)
UPDATE
Visual Studio 2012 Update 3 now includes the old "Blue" theme by default, so if you update to this version you can easily select the old blue theme without jumping throught he hoops above, if that's all you wanted to achieve.
Program Manager Cathy Sullivan is wrong
Use this Utility
http://bchavez.bitarmory.com/archive/2012/08/27/modify-visual-studio-2012-dark-and-light-themes.aspx
Use Category TreeView
Unfortunately at this time you cannot change the background color of Solution Explorer beyond what the Light and Dark themes offer.
Thanks,
Cathy Sullivan
Program Manager, Visual Studio
UPDATE: There is now a theme editor which should give you the exact control you are looking for (which I've noticed is what #Nick G has suggested, so +1 to him, will leave this to acknowledge that.
http://visualstudiogallery.msdn.microsoft.com/366ad100-0003-4c9a-81a8-337d4e7ace05
(further details in hanselman blog)
==================================================================================
Preface: I know you specifically said white but after a little adjustment I find the dark really quite good, especially if you have a dark theme. I've switched my previous dark theme (wekeroad) for the rather brashly named but subtle looking Super awesome fun time one.
Tools | Options | General | then change Color theme to Dark.
You can see solution explorer in background above. I would imagine these options might expand or extend in the future.
I am trying to figure out what the element name for the tooltip is in Visual Studio 2010 so that I can change the style using the extension found here. Anyone know what that is? I am using the default theme which seems to have a white to light grey gradient on it. This is less than optimal since the text for the functions are also white.
alt text http://img267.imageshack.us/img267/6195/vs2010tooltip.png
In a more general question (and perhaps better), is there anything that maps the names as they are found in the theme to where they are in the IDE.
After switching through some settings, I now believe it is not the IDE theme and is instead in the settings, but can't find which field it is.
Adianbanks is correct go to Tools -> Options -> Fonts and Colors. The field you posted looks like Signature Help Tooltip Background. It has been overlooked on several of the dark background themes that I have tried. Also, make sure to change the Item Background color.
If you go to Tools -> Options -> Fonts and Colors, you need to change the combo box at the top to Editor Tooltip to change this style. In my Visual Studio though, I can only change the font, not the colours,