typescript-plugin-css-modules icon indicating copy to clipboard operation
typescript-plugin-css-modules copied to clipboard

A TypeScript language service plugin providing support for CSS Modules.

Results 66 typescript-plugin-css-modules issues
Sort by recently updated
recently updated
newest added

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: ![Aug-14-2019 23-32-16](https://user-images.githubusercontent.com/46383452/63077086-03fd4500-beec-11e9-8211-40ff8e50f646.gif) What's...

enhancement
help wanted

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",...

help wanted

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 ![image](https://user-images.githubusercontent.com/52102787/229453017-56b83bd9-8f09-412f-a78b-0be8a2791a10.png)

question

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...

dependencies

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...

help wanted

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,...