vscode-typescript-exportallmodules
vscode-typescript-exportallmodules copied to clipboard
Shortcut Key Command to Generate for Current Selection
Would be great to support a shortcut key which generates a barrel for the currently selected file / folder in explorer view.
Might be able to help contribute something if you can give a tip on where I may need to start for something like this.
Appreciate the plugin!
I'm also looking for a command to quickly run from the Ctrl + Shit + P instead of navigating several menus
To make this happen, we need to be able to retrieve the current folder from the VS Code explorer. Unfortunately, this is currently not possible. https://github.com/microsoft/vscode/issues/3553