ruanyl / vim-php-manual

PHP manual for Vim

Home Page:http://luokr.com/p/20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Manual

This is php manual plugin for vim with help keyword doc.

You can do these with this plugin:

in normal mode,

  • press SHIFT-k to view the Explanation of the keyword under the cursor
  • press CTRL-h to see the online manual of the keyword under the cursor

in visual mode,

  • select content, and then press SHIFT-k to view the Explanation of the content
  • select content, and then press CTRL-h to see the online manual of the content

Install

a. Copy these files to runtimepath.(~/.vim,..)

b. Use vundle:

    Plugin 'alvan/vim-php-manual'

c. Use other package manager.

Screenshots

GVim PHP help doc: doc.png

About

PHP manual for Vim

http://luokr.com/p/20


Languages

Language:PHP 64.4%Language:Vim Script 35.6%