While exporting variables one by one, I came up with vscode extension that can automate this task.
This extension automatically exports any exportable javascript or typescript declarations including variable, function, type, interface, class, etc.
It will be especially useful when using styled-components.
Install here: https://marketplace.visualstudio.com/items?itemName=Jinho1011.auto-export-js
Check out the repo here: https://github.com/Jinho1011/vscode-auto-export
Top comments (0)