Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2010 - set default scale for text editor

Is it possible to set default scale for c# text editor in visual studio 2010?

like image 519
Alexandre Avatar asked Mar 18 '11 08:03

Alexandre


People also ask

How do I change the scale in Visual Studio?

Use the DevEnv.exe tool If you prefer to manage settings from the command line, devenv.exe takes /noscale as a command-line parameter to run in 100% scaling mode. Here's how: Select Tools > Command Line > Developer Command Prompt from the Visual Studio menu bar. Then, enter devenv /noScale .


1 Answers

You can use VSCommands Lite extension (free) from Visual Studio Gallery

enter image description here

like image 159
Jarek Kardas Avatar answered Oct 20 '22 05:10

Jarek Kardas