Tagma Tips

Lorance After discovering Vim (specifically GVim) has Tool Tip support thanks to its balloon functionality I wrote a plugin for Tcl. It displays Tool Tips for TCL Commands, Variables and user procedures. The current buffer is scanned for user procedures, and their documentation, every time the buffer is written. I has been extended to support not only Tcl but also AWK, with easy support for new languages.

Screen shots are available in the Github Wiki.

Tagma Tips at GitHub

Tagma Tips at Vim.org

Initial version if anyone is interested in playing with it.

(I wrote this for myself so all feedback/suggestions/changes welcome.)