Things to do After installing Visual Studio Express 12.

1. Environment > Document > Check the option for auto-load changes.

By checking this option You can modified the file outside the VWD and VWD don’t tell you for confirmation.

2. Environment > Tabs and Windows > Preview Tab > uncheck the solution Explorer option.

This option don’t show you the file when you just click on them in solution explorer.

3. Project and solutions > Check the track active item in solution explorer

This option help you to easily figure out which file you working on and where it is in solution explorer .

4. text editor > all settings > word wrap > check this feature to enable word wrap

5. Text-editor > Css > formatting > check the compact rule.

this option make you file smaller in size and easily to read.

6. Text-editor > html > miscellaneous > uncheck the auto ID option.

Actually When you copy paste the html code Visual studio change their ID if ID is already exist. this option disable that feature. This is useful to do when we write if{} else {} statement and this is not helpful on that case.

7. Package manager > General > browse > copy the location of cache folder and in package source add them as source. This way you can use package that you have use earlier when you are offline.

Thanks for read my post Smile

This article is part of the GWB Archives. Original Author: Anirudha

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.