From @caub on March 29, 2018 9:25
I think many of us would like to have syntax highlighting, validation, .. for the styles
I'll talk about VSCode, sorry about other editors, styled-components have https://github.com/styled-components/vscode-styled-components
It should be possible to do it, but more using React definitions:

And trigger it for a
const styles = {
foo: {
alignItems: '...'
}
};
@visioncan did something interesting: https://github.com/visioncan/vscode-jss-snippets, but I think I'd prefer that it behaves like React inline styles
Copied from original issue: cssinjs/react-jss#218
From @caub on March 29, 2018 9:25
I think many of us would like to have syntax highlighting, validation, .. for the styles
I'll talk about VSCode, sorry about other editors, styled-components have https://github.com/styled-components/vscode-styled-components
It should be possible to do it, but more using React definitions:

And trigger it for a
@visioncan did something interesting: https://github.com/visioncan/vscode-jss-snippets, but I think I'd prefer that it behaves like React inline styles
Copied from original issue: cssinjs/react-jss#218