A better tool to manage snippets

DavidM

New member
Joined
Apr 15, 2010
Messages
1
Programming Experience
10+
Here's a freeware app to manage snippets of code that you use a lot, like code for sending emails, LINQ queries, SQL connections, etc. The repetitive stuff that is difficult to remember: www.snippetmanager.net

It is a bit more comprehensive than the built in snippet manager. There's a few code snippet managers on sourceforge but you can tell that this one had more thought into the design. There is no paid version, it is all freeware. :)

David
 
I actually made something simular but mine just use's text files.

But add's the option to be able to set a certain directory (saved or not) and the ability to search, and encrypt/Decrypt your snippets.

Demo below.

[video=youtube;7-FZ6kzda94]http://www.youtube.com/watch?v=7-FZ6kzda94[/video]
 
I didn't hear from PenthosWarGod so I wrote my own version in vb.net 2012. I'll be happy to send the source code and a couple of dozen snippet files I've made with it to anyone who's interested.
 
Back
Top