react-ts-css
react-ts-css copied to clipboard
VS Code Extension for CSS modules in typescript based react projects
**Describe the bug** I use nextjs, typescript, scss. and [tsconfig-paths](https://www.npmjs.com/package/tsconfig-paths). example `import GridPage from '@f/src/elements/grid/grid_page';` goto file is working. but, `import styles from '@f/public/styles/pages/payment/subscription/pricing.module.scss';` is not working goto scss file....
**Describe the bug** As soon as i alter a style, add a new css class or remove a existing one, the autocomplete and tooltip still shows the data before my...
**Is your feature request related to a problem? Please describe.** Global css classes are not supported by the extension. Global css selectors are added without any style module identifiers so...
Hi, I'm not sure if I am completely misunderstanding something here, but it seems like you are including your `node_modules` folder in the published extension, which - AFAIK - should...
In the [`app/page.tsx` file](https://github.com/Viijay-Kr/react-ts-css/blob/main/examples/next-js-app-dir-css-modules/app/page.tsx) in [the Next.js app dir example](https://github.com/Viijay-Kr/react-ts-css/tree/main/examples/next-js-app-dir-css-modules) `cmd`-clicking on the `styles.code` property to trigger Go to Definition in VS Code shows an extra entry of the [`node_modules/next/types/global.d.ts`](https://github.com/vercel/next.js/blob/77f40ae9f1510ebb306d6c1563b989359b10190b/packages/next/types/global.d.ts#L21-L34)...
1. In the event of a mis spelled module provide an action to correct the spelling 2. In the event of a non existing css module create a new module
Hi! Thanks for sharing this project. I am trying to use this extension for the first time on a very large private project. For some reason it doesn't seem to...
Companion issue to https://github.com/mdx-js/mdx-analyzer/issues/451 **Describe the bug** Usage with [`[email protected]`](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx) along with `[email protected]` leads to: 1. All errors in `.mdx` files reported at end of file 2. Selecting the IntelliSense...
Closes #109 ### Affected Language Features TypeScript ### Additional Info Currently, the extension doesn't handle imports like `@/components/*`. This PR fixes this.