You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
CSS Modules IntelliSense 0.1.2 – 2025-07-18
Added
Support for multiline CSS module import statements.
Changed
Improved class name detection logic to skip usages inside strings, comments,
and nested property access (e.g., temp.styles.class) in
JavaScript/TypeScript files.
Refactored regular expressions for improved clarity and support for multiline imports.
Fixed
Autocompletion no longer triggers for chained or nested properties like temp.styles.class.
Class name references inside strings or comments
are now correctly ignored during detection.
and some general performance improvements, including faster data loading
and reduced memory usage.