By tag: Macro
0
kicks
Visual Studio macro to add file headers
Microsoft’s StyleCop analyzes C# source code to enforce a set of style and consistency rules. It can be run from inside of Visual Studio or integrated into an MSBuild project.
One of these rules is #SA1633. This rule requires that each of your files have a file header that contains a copyright XM...
0
kicks
Visual Studio Plugin GhostDoc 2.0.0 Released
Roland Weigelt released version 2.0 of his XML-Comment generator plugin for visual studio. It now runs under Vista and he added support for Orcas. All changes can be found in the changelog on his blog. For downloads visit http://www.roland-weigelt.de/ghostdoc/ .