Distinguishing IDEA editions with modules and without

Hello,

I am writing a plugin for multiple IDEA editions (IntelliJ and Webstorm most prominently) and need to handle the module system in editions with modules correctly. One questions:

  • What's the most reliable way to detect whether the currently running IDEA edition has a module system? (At the moment I check for ApplicationInfo.getVersionName())



Regards,
Holger

0
Avatar
Permanently deleted user

PlatformUtils help u

0

请先登录再写评论。