TagmaTips : Tool Tips for Vim
script karma |
Rating 7/5,
Downloaded by 1349 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Lorance Stinson |
|
script type |
utility |
|
description |
This plugin uses the Tool Tip / Balloon functionality of Vim to display Tool
Tips for code. Currently only Tcl and AWK are supported.
Tool Tips are displayed for commands, variables and user defined procedures /
functions. The current buffer is checked for user defined procedures / functions when it
is written to disk.
More information and screenshots (in the wiki) at: https://github.com/LStinson/TagmaTips
Requires GVim 7 or later.
I welcome any and all feedback. Please contact me at LoranceStinson AT Gmail....
Please be sure to put TagmaTips in the subject so I know what you are emailing about. |
|
install details |
You should be able ti simply unzip the file in the proper location.
Place the files in ~/.vim or ~/vimfiles
If using a manager (like Pathogen) place in ~/.vim/bundle or ~/vimfiles/bundle
Please note when updating the Vim Tool Tips Cache will be rebuilt.
This will cause a delay when loading a Vim file the first time. |
|
script versions (upload new version)
Click on the package to download.
TagmaTips.zip |
0.5 |
2012-01-15 |
7.0 |
Lorance Stinson |
Created the option g:TagmaTipsAutoEnable to control auto enable of Tool Tips. If g:TagmaTipsAutoEnable is set to false tool tips must manually be enabled for each buffer using the new command EnableTips. |
TagmaTips.zip |
0.4 |
2012-01-14 |
7.0 |
Lorance Stinson |
Added AutoCmd events support to Vim. Updated the documentation. Fixed a few formatting issues with Vim tool tips. |
TagmaTips.zip |
0.3 |
2012-01-02 |
7.0 |
Lorance Stinson |
Added Perl support and Perl functions from 'perldoc -f'. The code is more generic and efficient. See the GitHub home for more information. |
ip used for rating: 18.116.165.143
|