wxg4net / PhpStorm-Phalcon-Autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v2.0


Languages

Language:PHP 99.8%Language:Shell 0.1%Language:TypeScript 0.1%