2016-03-28 32 views
0

我正在使用PhpStorm 2016.1。如何編寫PhpStorm智能插件?

我正在使用中文編寫的php框架。不幸的是,我發現這個框架的模型類沒有PhpStorm的智能。

我想爲這個框架編寫智能插件。誰能告訴我如何?

+0

1)也許它可以通過適當的PHPDoc的某種方式解決了嗎? 2)插件必須使用Java編寫 - 你可以看看一些現有的框架支持插件:https://github.com/Sorien/silex-idea-plugin; https://github.com/Haehnchen/idea-php-symfony2-plugin和[so on](http://plugins.jetbrains.com/category/index?pr=phpStorm&category_id=43)3)http:// www .jetbrains.org /的IntelliJ/SDK /文檔/ – LazyOne

回答