pydiction is a program that allows programmers to auto-complete their Python code in Vim by generating a dictionary file of Python modules, and their attributes, for use with Vim's completion feature. It comes with a dictionary containing the entire Python stdlib, keywords, as well as some 3rd party modules like Pygame.
| Tags | Software Development Code Generators Libraries Python Modules Text Editors |
|---|---|
| Licenses | GPL |
| Implementation | Python |
Recent releases


Changes: This version adds LDAP support, cleans up some code, and includes a license.


Changes: This release includes updated docs and support for Numeric Python.


Changes: This version allows you to supply multiple module names to pydiction.py and auto-appends to the dictionary. The included dictionary also now contains support for wxPython and Twisted.


No changes have been submitted for this release.