{"id":17466407,"url":"https://github.com/mauricioromagnollo/devxonado-snippets","last_synced_at":"2025-03-28T08:44:40.959Z","repository":{"id":90116560,"uuid":"596854526","full_name":"mauricioromagnollo/devxonado-snippets","owner":"mauricioromagnollo","description":"Visual Studio Code snippets.","archived":false,"fork":false,"pushed_at":"2023-02-08T14:27:29.000Z","size":684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T09:28:37.271Z","etag":null,"topics":["extension-vscode","snippets","visual-studio-code"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=mauricioromagnollo.devxonado-snippets","language":null,"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/mauricioromagnollo.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}},"created_at":"2023-02-03T04:09:08.000Z","updated_at":"2023-09-13T12:13:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e37237e-97a3-4cc3-a0c9-de08d5a99eaf","html_url":"https://github.com/mauricioromagnollo/devxonado-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fdevxonado-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fdevxonado-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fdevxonado-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioromagnollo%2Fdevxonado-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricioromagnollo","download_url":"https://codeload.github.com/mauricioromagnollo/devxonado-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245999320,"owners_count":20707554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["extension-vscode","snippets","visual-studio-code"],"created_at":"2024-10-18T13:25:21.625Z","updated_at":"2025-03-28T08:44:40.936Z","avatar_url":"https://github.com/mauricioromagnollo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./.github/assets/banner.png)\n\n![BADGE_VSCODE] ![BADGE_VERSION] ![BADGE_LAST_UPDATED] ![BADGE_INSTALLS] ![BADGE_LICENSE]\n\n\u003e My Visual Studio Code snippets.\n\n\u003cdiv align='center'\u003e\n\n🌎 [Extension](https://marketplace.visualstudio.com/items?itemName=mauricioromagnollo.devxonado-snippets) | 🏡 [Github Repository](https://github.com/x0n4d0/devxonado-snippets)\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n## **⚙️ Installation**\n\nTo install the extension, you can use this command:\n\n```bash\next install mauricioromagnollo.devxonado-snippets\n```\n\nOr, search for `Dev Xonado Snippets` in the Visual Studio Code `Extensions` menu.\n\n![](./.github/assets/install-extension.png)\n\n\u003cbr\u003e\n\n## **🔤 Supported Languages**\n\n- JavaScript (.js)\n- TypeScript (.ts)\n- TypeScript React (.tsx)\n- Shell Script Bash (.sh)\n\n\u003cbr\u003e\n\n## **🧪 Testing**\n\n- Press \u003ckbd\u003e`F5`\u003c/kbd\u003e to open a new window with your extension loaded;\n- Create a new file with a file name suffix matching your language;\n- Verify that your snippets are proposed on IntelliSense;\n- You can relaunch the extension from the debug toolbar after making changes to the files listed above;\n- You can also reload (\u003ckbd\u003e`Ctrl+R`\u003c/kbd\u003e or \u003ckbd\u003e`Cmd+R`\u003c/kbd\u003e on Mac) the VS Code window with your extension to load your changes.\n\nOR,\n\nYou can run `npm test` to generate package and install into your VSCode.\n\n\u003cbr\u003e\n\n## **📝 Snippets**\n\nBelow is the list of all avaible Snippets. Press \u003ckbd\u003e`TAB`\u003c/kbd\u003e key to trigger the snippet when you see the Snippet Display Name in your Visual Studio Code.\n\n### JavaScript and TypeScript\n\n| Trigger | Description | Snippet Display Name |\n|---:|:---:|:--|\n|`import` | Create one import (using require or import) | `\"Snippet: require\"` or `\"Snippet: import\"` |\n|`desc` | Create new test suite using (test or it in test case) |  `\"Snippet: Test Suite (test)\"` or `\"Snippet: Test Suite (it)\"` |\n|`test` | Create one test case (using it or test)| `\"Snippet: Test Case: (test)\"` or `\"Snippet: Test Case (it)\"` |\n|`todo` | Create one todo test case | `\"Snippet: Test Case (todo)\"` |\n\n\n### Bash\n\n| Trigger | Description | Snippet Display Name |\n|---:|:---:|:--|\n|`bash` | Create one shell script bash file | `\"Sinppet: New Bash File\"` |\n\n### React (TypeScript)\n\n| Trigger | Description | Snippet Display Name |\n|---:|:---:|:--|\n|`rfc` | Create one new functional component in React based in filename | `\"Snippet: Create New React Functional Component\"` |\n|`styled` | Create ReactJS Styled Components file | `\"Snippet: Create New Styled Components File\"` |\n\n\n\u003cbr\u003e\n\n## **🌱 Contributing**\n\n1. Fork this repository\n2. Create one Branch `git checkout -b feature/my-feature`\n3. Add you changes `git add .`\n4. Commit your changes `git commit -m \"feat: add my new feature example\"`\n5. Push your Branch `git push origin feature/my-feature`\n6. Open one Pull Request\n\n\u003e Thanks to contribute! 🤝\n\n\u003cbr\u003e\n\n## **📚 References**\n\n- [Visual Studio Docs: User Defined Snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets)\n- [Visual Studio Api: Publishing Extensions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)\n\n\u003cbr\u003e\n\n## **📜 License**\n\n[MIT](./LICENSE) \u0026#169; Maurício Romagnoli.\n\n\u003c!-- BADGES --\u003e\n\n[BADGE_VSCODE]: https://img.shields.io/badge/Visual%20Studio%20Code-Snippets-blue\n[BADGE_VERSION]: https://img.shields.io/visual-studio-marketplace/v/mauricioromagnollo.devxonado-snippets\n[BADGE_LICENSE]: https://img.shields.io/github/license/x0n4d0/devxonado-snippets\n[BADGE_STARS]: https://img.shields.io/visual-studio-marketplace/stars/mauricioromagnollo.devxonado-snippets\n[BADGE_LAST_UPDATED]: https://img.shields.io/visual-studio-marketplace/last-updated/mauricioromagnollo.devxonado-snippets\n[BADGE_INSTALLS]: https://img.shields.io/visual-studio-marketplace/i/mauricioromagnollo.devxonado-snippets\n[BADGE_RELEASE_DATE]: https://img.shields.io/visual-studio-marketplace/release-date/mauricioromagnollo.devxonado-snippets","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricioromagnollo%2Fdevxonado-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricioromagnollo%2Fdevxonado-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricioromagnollo%2Fdevxonado-snippets/lists"}