Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper big font in Visual Studio 2015

not sure if that big font comes from my Windows 10 setting or ReSharper still is not fully integrated with Visual Studio 2015. Does anyone else have the same problem?

enter image description here

like image 957
Yar Avatar asked Aug 30 '15 17:08

Yar


People also ask

How do I increase the font size in Visual Studio 2015?

To change the font and text size in the editorOn the menu bar, choose Tools > Options. In the options list, choose Environment > Fonts and Colors. In Show settings for list, select Text Editor. Modify the Font and Size options to change the font and text size for the editor.

What is the default font in Visual Studio 2015?

Consolas Consolas is the default font for Microsoft Visual Studio.

How do I use fonts in Visual Studio?

In your VS code editor Go to File > Preferences > settings and search font. Insert the name of the newly downloaded font("Fira Code") before other default fonts and voila!! you have successfully installed a new font for your vscode editor ...

How do I change the font in Visual Studio 2010?

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.


1 Answers

Resharper allows you to either use the Visual Studio IntelliSense font or the Text Editor font (under Resharper->Options...->Environment->IntelliSense->Completion Appearance)

The Visual Studio Intellisense font is set in Visual Studio by: Tools->Options...->Environment->Fonts and Colors and change setting for Statement Completion

(Or you could uninstall Xamarin tools...)

like image 139
Piers Myers Avatar answered Oct 28 '22 07:10

Piers Myers