DEV Community

Jeon
Jeon

Posted on

VSCode extension : ⚙Auto Export Js Variables/Functions

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.

how to use

Top comments (0)