A Coders Problem
So my regular coding has progressed to a point that I’m sure many other have hit. I’ve built a huge reference of code that I need to reuse for many projects and digging through the old projects is getting un-manageable so I need a solution that keeps my reusable code organized and quickly findable from the keyboard.
The Holes I’m looking to Fill
To start this search let’s define my needs in code snippet storage:
- Offsite storage and sync (MobileMe or Dropbox is fine)
- Local Storage (I code offline too)
- Search from the keyboard with pasting into the app I was working in
- I’d love it to be Mac and PC because I do work on both from time to time
- Not tied to a specific code editor (some text snippets are used outside of code)
Some of the Resources
While I may not look at all of the options below I’ll look at some and includes links to the reviews as they happen.
Websites for Storing Code
- snipt
- Snipplr
- Code Barrel
CodeSnippetsLooks like this doesn’t work anymore.
Mac Software
PC Software
Cross Platform
- Snippely – Adobe Air solution
- jCodeCollector
Other Articles
- Design Shack – 27 Utilities for Saving and Sharing Code Snippets
- 15 Useful Code Snippet Tools That Will Help You Store and Manage Your Code Library
Conclusion
So that’s where I’m starting. Am I missing any solutions that fit my needs (hint text files and GREP don’t count)?