vscode-fileutils:Visual Studio代码扩展

时间:2021-04-03 05:11:02
【文件属性】:
文件名称:vscode-fileutils:Visual Studio代码扩展
文件大小:1002KB
文件格式:ZIP
更新时间:2021-04-03 05:11:02
files typescript vscode vscode-extension TypeScript 文件实用程序-Visual Studio代码扩展 创建,复制,移动,重命名,删除文件和目录的便捷方法。 受到启发。 如何使用 使用命令选项板: 调出命令面板,然后选择“文件实用程序:”。 选择下面提到的命令之一。 按[Enter]确认,或按[Escape]取消。 支撑扩展 括号扩展是一种可以生成任意字符串的机制。 示例文件名输入 /tmp/{a,b,c}/index.{cpp,ts,scss} 将生成以下文件 ➜ tree /tmp /tmp ├── a │ ├── index.cpp │ ├── index.scss │ └── index.ts ├── b │ ├── index.cpp │ ├── index.scss │ └── index.ts └── c ├── index.cpp ├── index.scss └
【文件预览】:
vscode-fileutils-master
----.travis.yml(603B)
----.releaserc(725B)
----renovate.json(240B)
----images()
--------demo.gif(811KB)
--------icon.png(23KB)
--------icon-96x96.png(3KB)
--------howto.png(17KB)
----package.json(6KB)
----.yarnrc(22B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(663B)
--------ISSUE_TEMPLATE()
--------CONTRIBUTING.md(1KB)
----test()
--------command()
--------runTest.ts(748B)
--------index.ts(955B)
--------helper()
--------fixtures()
----LICENSE(1KB)
----main.ts(44B)
----src()
--------extension.ts(2KB)
--------command()
--------FileItem.ts(3KB)
--------controller()
--------lib()
----.eslintrc.js(190B)
----tsconfig.json(535B)
----.devcontainer()
--------Dockerfile(2KB)
--------devcontainer.json(240B)
----.gitignore(553B)
----CHANGELOG.md(12KB)
----README.md(4KB)
----yarn.lock(317KB)
----.eslintignore(10B)
----.editorconfig(218B)
----tsconfig.build.json(96B)
----.vscodeignore(86B)
----.vscode()
--------launch.json(1KB)
--------settings.json(292B)
--------tasks.json(386B)

网友评论