A plugin helps you to create file & folders
快速创建文件或者文件夹的vscode插件
-
Keyboard Shortcut:
ctrl+shift+c
for win orcmd+shift+c
for mac -
Right click exploer window and click
create file/folder
to open a panel and type path
To create a file or folders just type /path/subpath/file.name
(create file) or /path/subpath
(create folder)
- 快捷键:win使用
ctrl+shift+c
,mac使用cmd+shift+c
- 在资源管理器窗口右键点击
create file/folder
可以打开窗口
在窗口输入/path/subpath/file.name
(创建文件) or /path/subpath
(创建文件夹)
none
暂无
none
暂无
cancel highlight when inputbox show & add / at the end of the path
- showInputBox框弹出时取消文字全选的高亮
- 展示默认路径时结尾自动添加了
/
updated: built-in html template 创建.html文件内置html模板
fixed:修复vue,python以外得文件格式默认出现undefined文本得bug
Added features create file, create folders, Vue,python file bulit-in template
新增创建文件,创建文件夹的功能,创建vue,python文件时内部会集成模板,后续语言文件会陆续添加