Determine version of IntelliJ

Hi all,

Is there a way to get the product version in which the plugin was installed? For example, is it possible to determine in some way if the plugin is running in PhpStorm, WebStorm, IntelliJ Community, etc?

Thanks,

Erik

2 comments
Comment actions Permalink

There's a bunch of functions in the PlatformUtils class that can be used to detect the product under which your plugin is running. However, normally there should be no reason for third-party plugins to use these functions.

0
Comment actions Permalink

Ah, super, that's exactly what I was looking for.

0

Please sign in to leave a comment.