Can webstorm develop plug-ins?

when using rem to make mobile web pages, it is found that webstorm does not support automatic conversion of px-rem, and there are no related plug-ins. Online search webstorm plug-in development, also can not find any content. Does webstorm not support plug-in development?


  1. webstorm plug-in development cannot be found. Try idea plug-in development
  2. you can go to the official website to look for it: http://www.jetbrains.org/intellij/sdk/docs/welcome.html
  3. there are so many solutions for px2rem that there is no need to create a plug-in. Specifically, there are probably the following

    • sass , < del > less < / del > and other css precompiled languages, using the function
    • Packaging tools such as webpack , gulp
    • postcss , etc.

recommend two links about webstorm

Menu