This program stores and organizes your code snippets for most programming language with its easy to use features. I drew inspiration from the original Snippet Manager by Richard Gardner which was lacking a few features, so I decided to make my own version. Snippet Manager is very useful for people who are starting out in programming and for advanced programmers who need a place to store their code snippets for future reuse.
- Easily add, update, and delete your snippet records.
- SQLite database for storage instead of file storage.
- Syntax highlighting for code snippets.
- Print snippets.
- Manage authors, contact info, and languages for snippet records.
- Importing and exporting of snippet records.
- Search engine that can search by keywords, languages, authors, or all three.
- Keyboard shortcuts.
- Open other databases for viewing or editing.
- Create backups of the loaded database.
- Manage databases separately in a multi-user environment.
- Auto and manually check for updates from within the program.
- Language filter to filter out everything except what you want to see.
- Autosave.
- Additional language support.
- Cross platform version.
- Different snippet views.