vim 和 php手册的结合

转载:http://www.laruence.com/2010/08/18/1718.html

另一种更简单的方法

Download http://planetxml.de/php_manual.txt and put it into your vim/doc folder, then run :helptags [path to vim/doc]. Documentation for PHP functions can be shown by pressing K while the cursor is on a function name.

The manual was created using a modified version of script found at http://www.phpvolcano.com/articles/manual/index.php.

Leave a Comment