The repository is intended to demonstrate how to use a new "libraryRoot" API of PhpStorm. It consists of two parts:
-
plugin.xml
which contains a simple extension point implementation: -
library
directory with PHP-files.
To turn these files into a plugin you need to simply zip content of the plugin
directory:
zip -r phpstorm-library-plugin.jar *
Note: when you implement your own plugin don't forget to change the directory name from library
to an appropriate unique name e.g. CodeIgniter
.