https://github.com/origenstudio/vscode-extension-custom-file-presets
VSCode extension that allows to create files and folders from custom presets
https://github.com/origenstudio/vscode-extension-custom-file-presets
Last synced: about 1 month ago
JSON representation
VSCode extension that allows to create files and folders from custom presets
- Host: GitHub
- URL: https://github.com/origenstudio/vscode-extension-custom-file-presets
- Owner: OrigenStudio
- License: mit
- Created: 2019-09-06T10:14:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T14:41:05.000Z (over 2 years ago)
- Last Synced: 2025-03-05T07:03:19.598Z (3 months ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Create File & Folder : On The Go
A small extension that help you to create files & folder in Atom Style.

## How to use?
1. Keyboard Shortcut: **`ctrl+alt+N`** to create new files & **`ctrl+alt+shift+N`** to create new folders. _(you can override these shortcuts)_.
2. Press `ctrl+shift+p` to open command panel and type `Create File` or `Create Folder`.
3. Right click on Explorer Window and click `Create File` or `Create Folder`.
## Feature
* **Create Files or Folder** : Type ***`/path/subpath/TestPath`*** or ***`/path/subpath/fileName.js`***
* **Create Multiple files on the go :**
Type ***`/path/subpath/file1 > file2 > file3`*** to create multiple file (`file1`, `file2`, `file3`) at a time in `/path/subpath/` path.## Installation
Open VSCode Editor and Press `ctrl+P`, type `ext install create-file-folder`.## What is New ?
* #### Version 0.0.5 (30.09.2017)
* Small Fixes* #### Version 0.0.4 (30.09.2017)
* Keyboard Shortcut added.
* Small Fixes* #### Version 0.0.3 (28.09.2017)
* File & Folder Detection Fixed.## Changelog
To see full Changelog, [click here](./CHANGELOG.md).## LICENCE
This extension is licensed under the [MIT LICENCE](./LICENCE)