Handle CSS File with Visual Studio 2012





3.00/5 (4 votes)
How to handle CSS file with Visual Studio 2012
Introduction
This short tip will show you how to handle CSS file with Visual Studio 2012.
Using the Code
- You can make the regions:
/* #region Header */ #header { width: 100%; height: 90px; } /* #endregion */
- 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