Snippet Designer Changelog

What's new in Snippet Designer 1.5.0

Mar 11, 2014
  • Added support for Visual Studio 2013
  • Fixed some typos
  • Fixed SQL snippet user directory

New in Snippet Designer 1.4.0 (Jun 15, 2011)

  • Snippet Explorer Changes:
  • Reworked language filter UI to work better in the side bar.
  • Added result count drop down which lets you choose how many results to see.
  • Language filter and result count choices are persisted after Visual Studio is closed.
  • Added file name to search criteria.
  • Search is now case insensitive.
  • Snippet Editor Changes:
  • Added menu option for the $end$ symbol which indicates where the cursor should be placed after the snippet is inserted.
  • Added menu option for the $selected$ symbol which indicates where the selected text in the editor should be placed after the snippet is inserted. This requires a snippet type of SurroundsWith.
  • Exporting a snippet from the editor will now automatically escape “$” characters.
  • Existing snippet replacements will be detected and added when you paste a code snippet into the snippet editor.

New in Snippet Designer 1.3.1 (Mar 4, 2011)

  • Fixed bug where Snippet Designer would fail if you had the most recent Productivity Power Tools installed
  • Fixed bug where "Export as Snippet" was failing in non-english locales
  • Fixed bug where opening a new .snippet file would fail in non-english locales

New in Snippet Designer 1.1 (Dec 10, 2009)

  • Possible fix to the having to run vs as admin, you should now be able to run as regular user but I need to test this more.
  • Options Menu for Snippet designer settings
  • Ability to reset the snippet index on demand
  • Ability to customize directories the indexer searches
  • Ability to set preferences for which snippets the explorer shows
  • Ability to configure where the snippet index file is stored.
  • Ability to chose if color coding is turned on or off * (see below)
  • Changed indexer to pull directories from Visual Studio
  • Indexer now updates the index on startup