Skip to content

artspb/phpstorm-library-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages