一、下載Phalcon源碼php
git clone https://github.com/phalcon/cphalcon.git
源碼地址:下載git
二、下載phalcon-devtoolsgithub
git clone https://github.com/phalcon/phalcon-devtools.git
源碼地址:下載vim
三、修改gen-stubs.php文件,指定CPHALCON_DIRbash
cd path/to/phalcon-devtools vim ide/gen-stubs.php
四、生成Phalcon語法文件ide
/d/xampp/php/php.exe /d/phalcon-devtools/ide/gen-stubs.php
到目前爲止,會在ide目錄下生成Phalcon對應版本的目錄spa
五、在PhpStorm中導入libary
code
最後重啓PhpStormorm