{"id":14982774,"url":"https://github.com/deepraj02/snippetizer","last_synced_at":"2026-03-10T05:33:39.480Z","repository":{"id":253309805,"uuid":"832337659","full_name":"deepraj02/snippetizer","owner":"deepraj02","description":"Simpler way to manage and add snippets in VSCode.","archived":false,"fork":false,"pushed_at":"2025-06-25T22:38:46.000Z","size":6039,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-21T15:59:16.151Z","etag":null,"topics":["code","code-snipp","developer-tools","snippets","student-developer","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=DeeprajBaidya.snippetizer","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/deepraj02.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":"2024-07-22T20:20:03.000Z","updated_at":"2025-10-26T21:52:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"dead0bd4-2d38-44c0-b581-9cdddf4f1650","html_url":"https://github.com/deepraj02/snippetizer","commit_stats":null,"previous_names":["deepraj02/snippetizer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/deepraj02/snippetizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj02%2Fsnippetizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj02%2Fsnippetizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj02%2Fsnippetizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj02%2Fsnippetizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepraj02","download_url":"https://codeload.github.com/deepraj02/snippetizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepraj02%2Fsnippetizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326136,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["code","code-snipp","developer-tools","snippets","student-developer","vscode","vscode-extension"],"created_at":"2024-09-24T14:05:59.621Z","updated_at":"2026-03-10T05:33:39.429Z","avatar_url":"https://github.com/deepraj02.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Masthead](assets/snippetizer.png)\n\n---\n\n# Snippetizer\n\nA Visual Studio Code extension that streamlines code snippet creation by allowing developers to generate reusable snippets directly from selected code without manual JSON editing or file navigation.\n\n## Overview\n\nTraditional snippet creation in VS Code involves navigating to snippet files, manually writing JSON configurations, and managing complex file structures. Snippetizer eliminates this workflow complexity by providing a direct path from code selection to snippet creation.\n\n\n## Solution\n\nSnippetizer addresses these challenges through a streamlined workflow:\n\n1. Select code in the active editor\n2. Invoke the snippet creation command\n3. Provide snippet metadata through guided prompts\n4. Automatic snippet file management and JSON generation\n\n## Features\n\n- **Direct Integration**: Create snippets without leaving the current editor context\n- **Automated File Management**: Handles VS Code snippet directory structure across platforms\n- **Cross-Platform Compatibility**: Supports Windows, macOS, and Linux environments\n- **Input Validation**: Ensures snippet names and prefixes follow VS Code conventions\n- **Flexible Organization**: Supports both existing snippet files and new file creation\n- **Context Menu Integration**: Available through right-click menu when text is selected\n\n## Demonstration\n\n### Adding Snippets\n\n\u003cdiv style=\"display: flex; justify-content: space-between\"\u003e\n  \u003cimg src=\"assets/snippetizer1.gif\" alt=\"Demo GIF 1\" width=\"49%\"\u003e\n  \u003cimg src=\"assets/snippetizer2.gif\" alt=\"Demo GIF 2\" width=\"49%\"\u003e\n\u003c/div\u003e\n\n### Viewing Snippets\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/snippetizer3.gif\" alt=\"Viewing Snippets Demo\" width=\"80%\"\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\u003cem\u003eUsing the \"View Snippets\" command to browse available snippets\u003c/em\u003e\u003c/p\u003e\n\n\n## Usage\n\n### Command Palette Access\n1. Select the target code in the editor\n2. Open Command Palette (`Ctrl+Shift+P` on Windows/Linux, `⌘+Shift+P` on macOS)\n3. Execute \"Snippetizer: Create Snippet\"\n4. Complete the prompted fields for snippet configuration\n\n### Context Menu Access\n1. Select code in the active editor\n2. Access the context menu via right-click\n3. Select \"Snippetizer: Create Snippet\"\n4. Provide required snippet metadata\n\n### Keyboard Shortcut Configuration\nConfigure a custom keybinding in `keybindings.json`:\n\n```json\n{\n  \"key\": \"ctrl+shift+s\",\n  \"command\": \"snippetizer.createSnippet\",\n  \"when\": \"editorHasSelection\",\n\n  \"key\": \"ctrl+shift+v\",\n  \"command\": \"snippetizer.veiwSnippets\"\n\n}\n```\n\n## Configuration Guidelines\n\n- **Snippet Names**: Use descriptive, meaningful identifiers\n- **Prefixes**: Choose unique, memorable trigger sequences\n- **Descriptions**: Optional field for snippet documentation\n- **File Organization**: Organize snippets by language or functional domain\n- **Naming Conventions**: Follow consistent patterns for maintainability\n\n\n## Contributing\n\nWe welcome contributions to improve Snippetizer:\n\n- **Issue Reports**: [Submit bug reports](https://github.com/deepraj02/snippetizer/issues/new?assignees=\u0026labels=bug\u0026projects=\u0026template=bug_report.md\u0026title=fix%3A+)\n- **Feature Requests**: [Request enhancements](https://github.com/deepraj02/snippetizer/issues)\n- **Code Contributions**: Fork the repository and submit pull requests\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Support\n\nFor questions, issues, or feature requests, please use the GitHub issue tracker or contribute to the project repository.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepraj02%2Fsnippetizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepraj02%2Fsnippetizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepraj02%2Fsnippetizer/lists"}