Pages

Monday, December 03, 2012

Customize Visual Studio 2012

Set up casing of the menus. Run the following in PowerShell:
Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1
Source: link.

Set up tab size and whether to use tab or space. Tools -> Options -> Text Editor -> All Languages -> Tabs. Set tab size to 4, indent size 4, insert spaces.
Source: link.

Colors. Use Color Theme Editor to set the VS theme. (link)

No comments: