Determine version of IntelliJ Follow
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
Please sign in to leave a comment.
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.
Ah, super, that's exactly what I was looking for.