I've been using quite a lot of Angular JS at work recently. Since I use Visual Studio and, therefore, JetBrains Resharper, I was disappointed at the lack of nice templates I could use to help speed things along.
This official plugin, which adds some nice syntax highlighting and autocompletion, was a start but I was hoping for something that would layout my controller code for me in a nice way so I wouldn't have to keep typing 'use strict' at the top of every file.
Inspired by the Sidewaffle templates, I decided to create some Resharper templates that I could add to their quick insert menu (Alt+Insert). I've put these up on github so other people can benefit.
To install, just go to Resharper > Templates Explorer inside Visual Studio. Select the File Templates tab and then Import the templates you want to use. You can add them to the quicklist by selecting a project Scope in the left pane of this window and dragging the appropriate template onto the quicklist.
If you have any questions, give me a shout @DaveMiscampbell.
