VSCode CSS-in-JS FoldThis is a VSCode extension that adds commands to fold and unfold all CSS-in-JS blocks. This can be useful when working with libraries like styled-components and Emotion. InstallationGet the extension on the Marketplace. https://marketplace.visualstudio.com/items?itemName=paulshen.css-in-js-fold If you find the commands useful, I recommend adding keybinds. Here are the ones I use.
NotesThe implementation uses a naive regex to find CSS-in-JS blocks. Release Notes1.0.0Initial release of extension |