Skip to main content
Email Password   helpLost your password?

SnipPit2.jpg

SnipPit3.jpg

Introduction

SnipPit is a Visual Studio (VS) 2008 Add-In (and a desktop application is included too) that allows for storing, retrieving, and searching for code snippets. It allows for keywords, code/language types (C#, VB, C++, etc.; you could even use this for code categories I suppose, if you really wanted to), multiple users, public and private snippets. It also provides a right-click menu within VS, and comes with a desktop program for use in apps other than VS. I wrote it for my personal use, but have seen others requesting snippet functionality like this, so I figured I'd share it.

Using the code

Install the Desktop Version first (binary) to get all the files in the right places. There is a ReadMe .rtf and .doc that are the same. Read one of them! You'll have to install the add-in source, and compile and run it to install it and be able to use it (it's all in the ReadMe).

Points of interest

I think I did at least a half-way decent job to make the code readable, usable, and efficient, but I'm quite sure it could be improved in all of those areas. I hope it is helpful/useful to many.

History

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralError trying to retrieve Snippet Pin
PeterA
20:13 19 May '08  
AnswerRe: Error trying to retrieve Snippet Pin
marckusdavis
5:03 5 Jun '08  
GeneralCool idea Pin
kissdznuts
11:06 12 May '08  
AnswerRe: Cool idea Pin
Marckus
4:19 13 May '08  


Last Updated 12 May 2008 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009