sponsor Vim development Vim logo Vim Book Ad

TagmaTips : Tool Tips for Vim

 script karma  Rating 7/5, Downloaded by 1113  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.
 

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
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: 3.15.27.232

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.
   
Vim at Github