{"id":26017865,"url":"https://github.com/franmc01/vscode-file-creator","last_synced_at":"2026-04-16T06:05:16.545Z","repository":{"id":279909688,"uuid":"940394593","full_name":"franmc01/vscode-file-creator","owner":"franmc01","description":"📂 VSCode File Creator – Quickly create files with templates inside VS Code, inspired by JetBrains' workflow. 🚀","archived":false,"fork":false,"pushed_at":"2025-02-28T05:51:03.000Z","size":4870,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T13:04:10.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/franmc01.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":"2025-02-28T05:13:03.000Z","updated_at":"2025-02-28T05:51:07.000Z","dependencies_parsed_at":"2025-02-28T13:06:20.450Z","dependency_job_id":"fb8cbd09-cbf2-46dc-a575-abd6b9b8b77e","html_url":"https://github.com/franmc01/vscode-file-creator","commit_stats":null,"previous_names":["franmc01/vscode-file-creator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franmc01%2Fvscode-file-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franmc01%2Fvscode-file-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franmc01%2Fvscode-file-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franmc01%2Fvscode-file-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/franmc01","download_url":"https://codeload.github.com/franmc01/vscode-file-creator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242154775,"owners_count":20080734,"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":[],"created_at":"2025-03-06T05:30:15.744Z","updated_at":"2026-04-16T06:05:16.507Z","avatar_url":"https://github.com/franmc01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode File Creator\n\n## 📝 Description\n**VSCode File Creator** is a powerful and minimalistic extension designed to streamline file creation in Visual Studio Code. Inspired by JetBrains' approach, this extension lets you quickly create files with predefined or custom templates.\n\n## 🚀 Features\n- **Quick file creation** with a sleek UI.\n- **Supports predefined templates** (HTML, CSS, JavaScript, TypeScript, etc.).\n- **Custom templates via `settings.json`**.\n- **Auto-opens newly created files**.\n- **Keyboard navigation support**.\n- **Adaptive styling** matching VS Code's theme.\n\n## 📦 Installation\n1. Open **VS Code**.\n2. Go to the **Extensions Marketplace** (`Ctrl + Shift + X`).\n3. Search for `VSCode File Creator`.\n4. Click **Install**.\n\nAlternatively, install manually:\n```sh\ncode --install-extension vscode-file-creator\n```\n\n## ⚙️ Usage\n1. Open the **Command Palette** (`Ctrl + Shift + P` or `Cmd + Shift + P` on Mac).\n2. Search for `File Creator: Create New File`.\n3. Enter the file name and select a template (if enabled).\n4. Press `Enter` to create and open the file.\n\n\u003cbr/\u003e\n\n![VSCode File Creator Demo](/2025-02-28%2000.34.43.gif)\n\n## ⚡ Configuration\nCustomize the extension via `settings.json`:\n```json\n{\n  \"fileCreator.enableTemplates\": true,\n  \"fileCreator.templates\": [\n    { \"label\": \"React Component\", \"extension\": \".jsx\", \"icon\": \"⚛️\" },\n    { \"label\": \"Python Script\", \"extension\": \".py\", \"icon\": \"🐍\" }\n  ]\n}\n```\n\n## 🎯 Commands\n| Command | Description |\n|---------|-------------|\n| `fileCreator.newFile` | Opens the file creation modal. |\n| `fileCreator.openSettings` | Opens the extension settings. |\n\n## 🤝 Contribute\nContributions are welcome! Feel free to fork the repo, submit issues, and open PRs.\n- **GitHub Repository**: [VSCode File Creator](https://github.com/franmc01/vscode-file-creator)\n- **Tag Visual Studio Code** on [GitHub Discussions](https://github.com/microsoft/vscode/discussions) to suggest adding this natively.\n\n## 📜 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👨‍💻 Author\nDeveloped by **Francmc**. Enjoy coding with **VSCode File Creator**! ✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranmc01%2Fvscode-file-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranmc01%2Fvscode-file-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranmc01%2Fvscode-file-creator/lists"}