support css module in react code completion, navigation, quick documentation.
- fork by https://github.com/jimkyndemeyer/react-css-modules-intellij-plugin/tree/master
- template by https://github.com/JetBrains/intellij-platform-plugin-template
Plugin Home (https://plugins.jetbrains.com/plugin/25233-react-css-module-all/versions/stable/599113)
case it will be transformed css name case to camelCase
- https://youtrack.jetbrains.com/issue/WEB-38105/How-can-I-close-the-feature-about-Camel-case-support-for-CSS-Modules
- https://youtrack.jetbrains.com/issue/WEB-41304/CSS-Modules-cant-navigate-to-class-with-a-hyphen
- parse css name but not transform case .
- support parents selector( & ) in scss/less file .
- support navigation for hyphen to class.
- auto remove some class name in
:global
tag, because it's global style.
- No enough test case
This plugin not guaranteed all function work
- has no any already issue