Skip to content

VSIX Item Templates v0.1

Latest
Compare
Choose a tag to compare
@bertique bertique released this 16 Nov 17:37
· 8 commits to master since this release

This is the first release of the VSIX Item Templates for Visual Studio 2015. After installing the VSIX below you will have the following new item templates available in the Add new item dialog:

  • CommandHandlerTemplate - Add a command handler and hook it up to Visual Studio.
  • OptionsPageTemplate - Add a page to the Visual Studio options dialog.
  • WpfTextViewCreationListenerTemplate - Create a basic implementation of IWpfTextViewCreationListener.