VSC extension to add files quickly
Used with default shortcut shift+f2
npm install -g @vscode/vsce
vsce package
code --install-extension addquickfile-0.0.1.vsixInclude if your extension adds any VS Code settings through the contributes.configuration extension point.
For example:
This extension contributes the following settings:
myExtension.enable: Enable/disable this extension.myExtension.thing: Set toblahto do something.
Enjoy!