copyrenzhe/phptaf-ide-helper

Phptaf IDE Helper, generates classes and functions, to improve auto-completion

v0.0.1-alpha 2017-06-08 12:30 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:11:10 UTC


README

phptaf在IDE下自动识别类、函数,自动补全函数名

使用方式

composer 安装:

composer require --dev "copyrenzhe/phptaf-ide-helper:dev-master"

普通IDE:

使用 IDE自带 Include Path 功能引入 src 目录

PHPStorm 使用演示

demo1 demo2