To reproduce:
const foo = 'bar';
return <div className={foo}>
<style jsx>{`
.${foo} {
display: flex;
flex-direction: row;
margin: 10px 15px;
}
`}</style>
</div>
Current behavior: (gif or screenshot is better)
Code will not show any suggestion when typing.
Expected behavior:
Environment information:
VSCode version:1.74.1
vscode-styled-jsx version:2.1.1
styled-jsx version:5.1.1
To reproduce:
Current behavior: (gif or screenshot is better)
Code will not show any suggestion when typing.
Expected behavior:
Environment information:
VSCodeversion:1.74.1vscode-styled-jsxversion:2.1.1styled-jsxversion:5.1.1