Introduction
This short tip will show you how to handle CSS file with Visual Studio 2012.
Using the Code
- You can make the regions:
#header
{
width: 100%;
height: 90px;
}
- You can use some shortcuts to collapse, expand, etc.
- To collapse all: CTRL + M + O
- To expand all: CTRL + M + L
- To collapse/expand the current selection: CTRL + M + M
- To expand all & disable outlining: CTRL + M + P