Place your cursor inside a JSX/TSX element that has inline styles Open command palette and use action "Refactor: Extract Inline Styles to CSS Module" Extension will extract styles without opening the ...
Is your feature request related to a problem? Please describe. Currently, Templater only supports user scripts that export a single function via module.exports = function () {} or exports.default = ...