jimkyndemeyer / react-css-modules-intellij-plugin

React CSS Modules support in IntelliJ IDEA and WebStorm for components written in JavaScript and TypeScript.
MIT License
41 stars 5 forks source link

is this repo abandoned? #11

Open geryit opened 4 years ago

jimkyndemeyer commented 4 years ago

Hi,

My main focus in on the GraphQL plugin and other projects, so this plugin has no active development at this time. If a breaking change in the platform means an update is required, I'll consider it based on how many active users the plugin has at that time.

I also believe that WebStorm added at least some of the feature in this plugin a while back.

geryit commented 4 years ago

@jimkyndemeyer everything works good except this:

Screen Shot 2020-02-07 at 10 08 50 AM
.right{
  &__link{
    font-size: 15px;
  }
}

I have indented styles, and intellij shows them as error and cant fix this. Is there a way to edit plugin and disable this error?