memo.xight.org

日々のメモ

VimでPHP関数の辞書を作成する方法

vim.sourceforge.net から PHP.dictを取得

  $HOME/.vim/PHP.dict に保存

.vimrc に以下を記述

autocmd FileType php  :set dictionary=$HOME/.vim/PHP.dict

方法

Ctrl-x Ctrl-k

- Reference
  Vim で PHP 関数の辞書を作成する方法についてのメモ
  http://www.asahi-net.or.jp/~wv7y-kmr/memo/vim_php.html
  PHP-dictionary - A PHP-dictionary as a building stone for scripts : vim online
  http://vim.sourceforge.net/scripts/script.php?script_id=534