{"id":15421298,"url":"https://github.com/mariasolos/add-multifile","last_synced_at":"2026-05-06T07:33:19.607Z","repository":{"id":122982717,"uuid":"561176601","full_name":"MariaSolOs/add-multifile","owner":"MariaSolOs","description":"Create custom multi-file items in VS Code","archived":false,"fork":false,"pushed_at":"2023-07-20T01:11:57.000Z","size":30423,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T05:25:41.420Z","etag":null,"topics":["multifile","typescript","vscode-extension","vscode-settings"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=mariasolos.add-multifile","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/MariaSolOs.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":"2022-11-03T05:41:52.000Z","updated_at":"2024-10-21T18:48:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"aafd73f3-6144-49a2-a8ed-391f1dd4f964","html_url":"https://github.com/MariaSolOs/add-multifile","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"89e65562905d9a2e81883f43c3dd6a13768a1989"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaSolOs%2Fadd-multifile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaSolOs%2Fadd-multifile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaSolOs%2Fadd-multifile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MariaSolOs%2Fadd-multifile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MariaSolOs","download_url":"https://codeload.github.com/MariaSolOs/add-multifile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245968121,"owners_count":20701972,"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":["multifile","typescript","vscode-extension","vscode-settings"],"created_at":"2024-10-01T17:34:16.680Z","updated_at":"2026-05-06T07:33:19.563Z","avatar_url":"https://github.com/MariaSolOs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add Multi-File\n\nCreate custom multi-file items in VS Code, with variable name support!\n\n## Configuration\n\n1. Define the templates in your [`settings.json`](https://code.visualstudio.com/docs/getstarted/settings) file. All templates need a name and their corresponding items, together with an optional description.\n   - Variables are supported using `$` followed by a number (so all occurrences of `$N` will be replaced by the `N`th argument you provide during item creation).\n\n```json\n\"addmultifile.templates\": [\n    {\n        \"name\": \"React Component\",\n        \"description\": \"Item for a React component and its styles\",\n        \"items\": [\"$0/$0.tsx\", \"$0/$0.styled.ts\"]\n    },\n    {\n        \"name\": \"Test suite\",\n        \"description\": \"Item for a unit test\",\n        \"items\": [\"test-$0/$1.ts\", \"test-$0/$1.test.ts\"]\n    }\n]\n```\n\n2. To create a new multi-file item, right click on the respective folder (just as you would for creating a new file or folder) and select \"New Multi-File Item...\":\n\n   \u003cimg src=\"./images/command-menu.png\" alt=\"Multi-file command\" height=\"270px\" /\u003e\n\n3. Select the item you want to create (if you only configured one template, it will be used by default).\n\n   \u003cimg src=\"./images/select-template.png\" alt=\"Template selection\" /\u003e\n\n4. If applicable, input the template's arguments, separated by spaces.\n\n   \u003cimg src=\"./images/template-arguments.png\" alt=\"Template arguments\" /\u003e\n\n5. Done! Your custom multi-file item should be created :)\n\n   \u003cimg src=\"./images/created-items.png\" alt=\"Created item\" height=\"150px\" /\u003e\n\n## Author\n\n[Maria José Solano](https://www.maria-sol-os.com/) 🍄\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariasolos%2Fadd-multifile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariasolos%2Fadd-multifile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariasolos%2Fadd-multifile/lists"}