{"id":26696237,"url":"https://github.com/alexanderdombroski/snippetstudio","last_synced_at":"2026-02-16T07:18:24.302Z","repository":{"id":280308821,"uuid":"941389042","full_name":"alexanderdombroski/snippetstudio","owner":"alexanderdombroski","description":"A Snippet Manager Extension for vscode to streamline creating, editing, deleting, viewing, and sharing custom code snippets for code completion.","archived":false,"fork":false,"pushed_at":"2026-02-14T05:23:42.000Z","size":12532,"stargazers_count":9,"open_issues_count":0,"forks_count":16,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T11:31:16.037Z","etag":null,"topics":["developer-tools","gui","hacktoberfest","hacktoberfest2025","snippets","vscode-extension","vscode-snippets"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=AlexDombroski.snippetstudio","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexanderdombroski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-02T06:57:53.000Z","updated_at":"2026-02-14T05:24:01.000Z","dependencies_parsed_at":"2025-03-02T17:24:38.671Z","dependency_job_id":"5cae54dd-38bd-4fd3-8cb6-001ad7b691d0","html_url":"https://github.com/alexanderdombroski/snippetstudio","commit_stats":null,"previous_names":["alexanderdombroski/snippetstudio"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/alexanderdombroski/snippetstudio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderdombroski%2Fsnippetstudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderdombroski%2Fsnippetstudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderdombroski%2Fsnippetstudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderdombroski%2Fsnippetstudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexanderdombroski","download_url":"https://codeload.github.com/alexanderdombroski/snippetstudio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexanderdombroski%2Fsnippetstudio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29461909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-tools","gui","hacktoberfest","hacktoberfest2025","snippets","vscode-extension","vscode-snippets"],"created_at":"2025-03-26T20:18:18.228Z","updated_at":"2026-02-16T07:18:24.296Z","avatar_url":"https://github.com/alexanderdombroski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snippet Studio\n\nThis VS Code extension streamlines creation and management of [VS Code snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets).\n\n[![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?logo=github)](https://github.com/alexanderdombroski/snippetstudio) [![Version](https://badge.fury.io/gh/alexanderdombroski%2Fsnippetstudio.svg)](https://badge.fury.io/gh/alexanderdombroski%2Fsnippetstudio)\n\nAvailable on [VS Code Marketplace](https://marketplace.visualstudio.com/items/AlexDombroski.snippetstudio), [Open VSX Registry](https://open-vsx.org/extension/AlexDombroski/snippetstudio), or [Github Releases](https://github.com/alexanderdombroski/snippetstudio/releases).\n\nRead [installation and getting started](https://alexanderdombroski.github.io/snippetstudio/docs/getting-started/installation) for more info\n\n## Features\n\n### Managing Snippets\n\nThe **Snippets** view updates to include all snippets of the active editor's language.\n\n![Edit Snippet Example](https://raw.githubusercontent.com/alexanderdombroski/snippetstudio/refs/heads/main/public/examples/edit.gif)\n\nSee how to [manage snippets](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/snippet-crud) in depth.\n\n### Managing Snippet Files\n\nThe **Locations Manager** view lists snippet files found on your filesystem.\n\nSee how to [create global and project snippet files](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/global-vs-local).\n\n### Creating Snippets\n\nThe **Snippet Editor** view only appears when creating or editing snippets.\n\n![Creating a Snippet from Selection](https://raw.githubusercontent.com/alexanderdombroski/snippetstudio/refs/heads/main/public/examples/selection.gif)\n\n### Tooling for Insertion Features\n\nUse insertion features such as [placeholders, tabstops, variables, etc](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/snippet-insertion-features) to make your snippets more powerful.\n\n![Snippet Placeholder Example](https://raw.githubusercontent.com/alexanderdombroski/snippetstudio/refs/heads/main/public/examples/placeholder.gif)\n\n### Exporting Snippets\n\nShare snippets easily by selecting which snippets you need and [transferring](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/export-snippets) them to a single `.code-snippets` file.\n\n### Backup \u0026 Sharing Snippets\n\nImport and export snippets using [GitHub gists](https://alexanderdombroski.github.io/snippetstudio/docs/github-integration/gists)\n\nVS Code already has [powerful syncing](https://code.visualstudio.com/docs/configure/settings-sync) that provides a way to backup your snippets.\n\n### Snippet Keybindings\n\nCommand to easily add [attach a keybinding](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/keybinding-snippets) to a snippet. These are bound to the target languages by default.\n\n### Profile Support\n\nSnippets added to the active profile, or choose files to [sync across all profiles](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/profile-snippets).\n\nImport snippets from your friend's [profile backups](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/backup-and-restore-snippets) or profile templates.\n\n### Extension Snippets\n\nCopy snippets from [snippet extension packs](https://code.visualstudio.com/docs/editing/userdefinedsnippets#_install-snippets-from-the-marketplace) you download and [modify](https://alexanderdombroski.github.io/snippetstudio/docs/snippet-management/extension-snippets) them to be more helpful\n\n### Shell Snippets\n\nSave terminal commands commonly ran in the terminal across workspaces or globally. Hit the run button to automatically create a terminal and run it.\n\n## Requirements\n\n**Web Version:** This extension is not currently stable for [web versions](https://code.visualstudio.com/api/extension-guides/web-extensions) of VS Code due to its reliance on Node.js file system APIs.\n\n### Supported Platforms\n\n- [VS Code](https://code.visualstudio.com/)\n- [VS Code Insiders](https://code.visualstudio.com/insiders/)\n- [VSCodium](https://vscodium.com/)\n- [Cursor](https://cursor.com/)\n- [Windsurf](https://windsurf.com/)\n- [Antigravity](https://antigravity.google/)\n- [Kiro](https://kiro.dev/)\n- [Trae](https://www.trae.ai/)\n- [AbacusAI](https://desktop.abacus.ai/)\n\nSee this [discussion](https://github.com/alexanderdombroski/snippetstudio/discussions/19) for more info about adding support for other platforms.\n\n## Known Issues\n\n[![GitHub Open Issues](https://img.shields.io/github/issues-raw/alexanderdombroski/snippetstudio)](https://github.com/alexanderdombroski/snippetstudio/issues) ![Coverage](https://img.shields.io/badge/coverage-90.7%25-lime)\n\n[![Known Vulnerabilities](https://snyk.io/test/github/alexanderdombroski/snippetstudio/badge.svg)](https://snyk.io/test/github/alexanderdombroski/snippetstudio)\n\n## Release Notes\n\nCheck out the [changelog](https://github.com/alexanderdombroski/snippetstudio/blob/main/CHANGELOG.md)!\n\n## Telemetry\n\nThis extension tracks [basic Telemetry](https://github.com/alexanderdombroski/snippetstudio/discussions/110). Most IDEs allow you to [disable](https://code.visualstudio.com/docs/configure/telemetry#_disable-telemetry-reporting) it.\n\n## License \u0026 Contributions\n\nThis extension is open source! Feel free to add GitHub [issues](https://github.com/alexanderdombroski/snippetstudio/issues), [ideas](https://github.com/alexanderdombroski/snippetstudio/discussions) or [contribute](https://github.com/alexanderdombroski/snippetstudio/blob/main/CONTRIBUTING.md).\n\n[![License](https://img.shields.io/github/license/alexanderdombroski/snippetstudio)](https://github.com/alexanderdombroski/snippetstudio?tab=MIT-1-ov-file#readme)\n\n**Star this project!**\n\n[![GitHub Stars](https://img.shields.io/github/stars/alexanderdombroski/snippetstudio?style=social)](https://github.com/alexanderdombroski/snippetstudio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderdombroski%2Fsnippetstudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexanderdombroski%2Fsnippetstudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexanderdombroski%2Fsnippetstudio/lists"}