Search code examples
pluginsphpstorm

How to write PhpStorm intelligence plugin?


I'm using PhpStorm 2016.1.

I'm using a chinese-written php framework. Unfortunately I found that there is no intelligence in PhpStorm for Model-classes of this framework.

I want to write intelligence plugin for this framework. Can anyone tell me how?


Solution

  • Documentation: https://confluence.jetbrains.com/display/PhpStorm/Plugin+Development

    Creating Your First Plugin http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started.html