Use a ReSharper Template for Script Files
Posted by: K. Scott Allen,
on 10 Aug 2011 |
View original | Bookmarked: 0 time(s)
Using Alt+Ins in the Solution Explorer window is one of those ReSharper shortcuts that probably saves me hours over the course of a year (Alt+Ins is the "Create File From Template" command). There is no template out of the box for JavaScript files, but it is easy to add one (or more). 1. Go to ReSharper menu in Visual Studio and select "Live Templates...". 2. In the Templates Explorer dialog, go to the File Templates tab. 3. Right click the User Templates node and select New Template. 4....