typescript-plugin-css-modules
typescript-plugin-css-modules copied to clipboard
A TypeScript language service plugin providing support for CSS Modules.
Thanks again for the plugin! Looks like the feature "find all references to a particular css class" doesn't work in vscode. Here is an animated GIF illustration:  What's...
The problem was just in TypeScript path resolver :) Fix #152 Fix #159
Also I update sass `Importer` to new `FileImporter` interface
In **VSCode**, 'Go to Definition' (Ctrl + click on a classname) doesn't work for me; it opens the GenericMarkup.module.less file, and that's it. tscondig.json ` "plugins": [ { "name": "typescript-plugin-css-modules",...
When using customRender, support for returning sourceMap is added. This PR addresses the issue where goToDefinition functionality was not working when using customRender because customRender was unable to provide sourceMap.
I download your plugin, and have some problems if I try use it with scss features 
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
First, really thanks for this project! I've used this for a long time. Today, I am upgrading the plugin to v5, but after upgrading, seems the Vscode cannot detected my...
in vscode when refactoring css class it doesn't work.
This follows a pattern I've seen in other plugins, like this from `typescript-eslint-language-service`: https://github.com/Quramy/typescript-eslint-language-service/blob/da3c201c94dd3c3a6a10f83cbbd54fae9d3db9e1/src/plugin-module-factory.ts#L9 Reasoning: When this plugin seems to be causing WebStorm some headaches (or certain versions of TS,...