I want to set my VS 2013 editor font to 150%, and I want that size to be as default. So that any project I open, it could open with the same font size. How could it be possible?
Press Tools -> Environment -> Fonts and Colors -> Show Settings for: Text Editor there ist the Font Size Property.
Note that: The settings for Font and Size are global for all text elements in all Visual Studio editors. According to How to: Change Fonts and Colors in the Editor
[Tools] -> [Options] -> [Environment] -> [Fonts and Colors]
THEN
Select from "Show settings for:" drop-down list.
THEN
Change font size in "Size:" text field.
LEGEND:
[...] = Button/Click
"..." = Label
You have to do this?
TOOLS -> Options -> Environment -> Fonts and Colors
when you select Text Editor (Under "Show settings for") the Display Item is called Preprocessor Keyword.
good luck :-)
You can chnage font and size by tools --> options --> environment --> font and color.
Detail with screenshot is mentonied here
Related
I'd like to change font size of the rectangled areas. I've changed font size from "local windows" but nothing has changed.
Did you try changing from Use > tools > options > Environment -> Fonts and Colors (Show settings drop down) and then Locals Window for properties window
The default blue color is unreadable on the gray background:
I couldn't find any option inside Tools > Options > Environment > 'Fonts and Colors' that controlled that particular color. How do I modify that color?
EDIT:
Looks like either VS or Resharper finally fixed the default color. It looks like this now, without me having to change anything:
So, string in C# it's a keyword that means you can simply modify this blue color for all keywords by setting
Tools -> Options -> Environment -> Fonts and Colors -> Settings for Text Editor -> Keyword -> Item foreground
parameter in Visual Studio settings.
There is the resharper extension EnhancedTooltip. As far as I know it uses the same colors a the editor window. You can install it from ReSharper -> Extension Manager ... .
How do I change the font size used in Solution Explorer? The default font size is too small for me.
Select from the menu Tools -> Options -> Fonts and Colors -> Environment Font.
Select a different font name and then change the font size.
Apply changes.
Restart environment.
As of now, in Visual Studio 2019/2022, the font size in Solution Explorer is specified in Tools -> Options -> Environment -> Fonts and Colors, when Show settings for: is set to Environment and Display items: is set toPlain text.
But what's confusing is that the Size: setting is disabled by default in the UI as it's itself bound to the Windows system font (which is 9 pt Segoe UI in current versions of Windows).
If you change the font it Font (bold type indicates fixed-width fonts): from Automatic to something else though, e.g. the default Segoe UI, you will be now able to change the font size in Size:.
Another option is, with Windows 10, to change the font size for the whole Windows using Settings > Ease of Access > Display.
The font size is tied to the Windows 10 OS settings. If you're like me (blind), you can increase the operating system font size:
Windows Key
Settings
Type Make text size bigger
Drag the slider until the sample text is the right size for you
This will immediately update the Solution Explorer in Visual Studio.
In Visual Studio 2019 select Tools -> Options... -> Environment -> Fonts and Colors(Tools from menu bar)
Select any type of font and then change the font size from the given Drop-Down List (If font is set to Automatic option it won't allow to change Size. So, Change font as you wish then it will allow to change font size)
Click OK button, changes will apply immediately.
I have imported a theme, and I have noticed that the color of the value for a key in app.config has not been changed:
Is there any way of editing this?
Go to
Tools -> Options -> Environment -> Fonts and Colors
and find there
Show Settings For -> Text Editor
Display Items -> XML Attribute Value
Item Foreground -> {choose color you prefer}
You should change the XMLAttributeValue setting.
Tools->Options->Environment->Fonts And Colors -> (Text Editor set) XMLAttributeValue
If anyone else is running into this issue, it is not because of the Visual Studio settings. It is because of the VSCommands extension. I disabled the extension and Visual Studio took control back of the color settings. Very poor behavior for an extension to override color control, if you ask me. Changing colors when requested is expected, overriding the control is not!
Is there any way of having a different font size just for the comments in Visual Studio 2010, without the use of any third party tools?
To change the default font face, size, and colors
Select Options from the Tools menu, and in the Environment folder, select Fonts and Colors.
The Fonts and Colors, Environment, Options Dialog Box opens.
In Show settings for, select Text Editor.
Modify the Font and Size options to change the font face and size for all text elements in all editors.
Select the appropriate item in Display items, and then modify the Item foreground and Item background options.
Click OK
The font size is global in VS2010.
You may want to look at this extension however:
http://visualstudiogallery.msdn.microsoft.com/17c68951-7743-40bd-ad35-608706f54a92