Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 989 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 989 Bytes

phpstorm-library-plugin

Build Status

The repository is intended to demonstrate how to use a new "libraryRoot" API of PhpStorm. It consists of two parts:

  1. plugin.xml which contains a simple extension point implementation:

  2. 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 *

If you install the plugin into PhpStorm you'll find PHP-files attached as an external library.

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.