vscode-styled-jsx
vscode-styled-jsx copied to clipboard
Visual Studio Code syntax highlighting and auto-completion for styled-jsx.
### What type of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactor - [ ] Documentation - [ ] Not Sure? ###...
### Description Add a vercel icon to the two extensions. ### Describe the solution you'd like * create an assets directory * add an icon file there * [add an...
Hello! I see that a previous issue (#16) called out a bug when a component uses `css.global`; I'm seeing what seems to be the same issue when using `css.resolve`: ##...
When using ctrl+: in VS Code to turn a line into comment, the style is SQL's one and not JS's one. /**/ instead of // ## Steps To Reproduce Pick...
## Steps To Reproduce 1. Installation this plugin 2. Installation [vscode-styled-component](https://marketplace.visualstudio.com/items?itemName=jpoissonnier.vscode-styled-components) ## The current behavior ```jsx import { css } from '@emotion/core'; // error: } expectedcss(css-rcurlyexpected) // and syntax highlighting...
```ts import css from 'styled-jsx/css' const className = 'test'; export default css.global` .${className} { display: ; } ` ``` The above code will cause a test failure. I tried to...
### Description Ability to detect unused CSS classes. Similar to how Svelte offers a yellow warning above the code block. Allows an easy way to scan code and determine which...
### Description Similar to how Svelte's style tag CSS blocks allow folding and unfolding. With support for SCSS nested folding. ### Describe the solution you'd like Ability to click on...