Building a plugin for PHPStorm Permanently deleted user 创建于 2013年03月28日 12:05 Hello CommunityIt may be a dumb question but... is it possible to build a plugin for PHPStorm with PHPStorm? Or should I use inteljidea ?TIAgreg
Plugin must be written in Java .. which PhpStorm simply does NOT support (since it's made for PHP). You will need to use at least IntelliJ IDEA Community version (which is FREE)
Plugin development links:
Thanks, I'll look into it!
greg