Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritwickdey/vscode-create-file-folder
A small vscode extension that help you to create files & folder in Atom Style.
https://github.com/ritwickdey/vscode-create-file-folder
vscode-extension
Last synced: 3 months ago
JSON representation
A small vscode extension that help you to create files & folder in Atom Style.
- Host: GitHub
- URL: https://github.com/ritwickdey/vscode-create-file-folder
- Owner: ritwickdey
- License: mit
- Created: 2017-09-27T13:03:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T17:52:40.000Z (about 6 years ago)
- Last Synced: 2024-07-26T20:43:17.439Z (4 months ago)
- Topics: vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ritwickdey.create-file-folder
- Size: 1.05 MB
- Stars: 34
- Watchers: 4
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome - ritwickdey/vscode-create-file-folder - A small vscode extension that help you to create files & folder in Atom Style. (TypeScript)
README
# Create File & Folder : On The Go
A small extension that help you to create files & folder in Atom Style.
![Create File & Folder Screenshot](./img/screenshots/screenshots1.gif)
## 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)