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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b333e4-2be95.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b333e4-2be95.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?