Tools to manage code snippets
2 apps to manage your code snippets: massCode and SnippetStore. Both tools are open source apps and store code locally. You can choose one according your needs.
massCode (sores code in local database)
massCode is an open source application (Windows/Linux/Mac) that allows you to organize code snippets.
You write code in markdown files (it also provides Monaco editor which VS code uses ), organize them in multi-level folders as well as tags. massCode uses a simple but powerful NeDB to store the the code on your local computer.
massCode provides fast full-text search, and you can use any service that provides cloud synchronization, such as iCloud Drive, Google Drive, Dropbox or other similar.
- built with Electron, Vue & Monaco editor.
- Inspired by applications like SnippetsLab and Quiver
SnippetStore (provides vs code plugin)
SnippetStore is another open source application (Windows/Linux) to manage code snippets.
Features:
Quick access to snippet list.
Provides an VS Code plugin
Organized in languages and tags
SnippetStore reporitory. Tech stack:
- Framework: Electron
- Bundler: Webpack, Babel, Electron-builder
- Language: JavaScript(ES6), Sass
- Library: React, MobX, Mousetrap, react-toastify, react-tooltip, CodeMirror
- Lint: ESLint
- Test: Jest