sponsor Vim development Vim logo Vim Book Ad

assistant : Display the definition of functions, variables, etc. (Tags, PHP/JS/Vim/...)

 script karma  Rating 57/34, Downloaded by 1319    Comments, bugs, improvements  Vim wiki

created by
Alvan Law
 
script type
utility
 
description
"   1. Use <C-h> to display the definition(load from tags and the dict) of functions, variables, etc.
"   2. Use <C-x><C-u> to complete words.

"   Supported dictionary list:
"      php(en_US),
"      vim(zh_CN),
"      f90(zh_CN),
"      ...
"   more in http://code.google.com/p/utility/downloads/list

"   <C-h>快捷键显示当前位置函数或者变量名等关键字的原型
"   <C-x-u>补全当前位置关键字
"   * 支持Tags搜索,支持PHP、JS、Vim脚本等……
"   若喜欢用netbeans或者eclipse的补全快捷键,可以将 Conf 中的键映射启用。

"   若需要支持更多的文件类型,只要将符合
“   键=>值
”   形式的字典文件
"   以 文件后缀名 .dict.txt 保存到 assistant 目录下即可,1.35版之后会自动载入。
"   更多的字典文件在 http://code.google.com/p/utility/downloads/list
 
install details
Just put the files into ~/.vim/plugin or <HOMEDIR>\vimfiles\plugin (for Windows).
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
assistant-1.5.2.zip 1.5.2 2012-11-21 7.0 Alvan Law Add filereadable(*) check for dict file.
assistant-1.5.1.zip 1.5.1 2012-09-14 7.0 Alvan Law a little improvement
assistant-1.5.zip 1.5 2012-05-04 7.0 Alvan Law Add support to display tags.
assistant-1.40.zip 1.40 2011-10-10 7.0 Alvan Law Add support to javascript;
Note: the suffix name of dict file was changed from .txt to .dict.txt
assistant-1.35.1.zip 1.35.1 2011-08-05 7.0 Alvan Law Supported f90(zh_CN)
assistant1.35.zip 1.35 2010-08-19 7.0 Alvan Law Automatically detect the assistant file directory.
assistant1.30.zip 1.30 2010-08-05 7.0 Alvan Law Now auto "set completefunc" when BufEnter, BufRead and filetype changed...
assistant.zip 1.25 2010-04-30 7.0 Alvan Law Fixed some bug, and support user complete function(<C-x-u>)
Thanks for Caglar Toklu.
ip used for rating: 23.22.212.158

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
SourceForge.net Logo