Download List

项目描述

Pydiction consists of a Vim plugin and a Python script that allows programmers to tab-complete their Python code in Vim by generating a dictionary file of Python modules, and their attributes and methods. It comes with a default dictionary containing the entire Python standard library, keywords, built-ins, and many 3rd-party modules like Numpy, Django, Flask, Requests, Twisted, PyQT4, Pygame, OpenGL, wxPython, PyGTK, MySQLdb, Psycopg2, and more.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-07-25 16:49
1.2

从模块“完成”,标签向后支持和更多的第三方库。
标签: Major
"from module" completion, tab backwards support, and more third party libraries.

2009-07-21 06:16
1.1

此版本增加了引号的字符串的方法完成,增加了ZSI的网络服务模块完成,并与- v选项修正了错误。
标签: Major
This release adds quoted string method completion, adds ZSI Web Services module completion, and fixes a bug with the -v option.

2009-07-19 22:04
1.0

一切都被改写。它现在是一个文件类型插件并使用Tab键完成。这本词典发生器可更准确,自动删除重复,并为您提供更多的选择。它也不再休息“克朗”在Vim。
标签: Major
Everything was rewritten. It's now an ftplugin and uses the Tab key for completion. The dictionary generator works more accurately, automatically removes duplicates, and gives you more options. It also no longer breaks "isk" in Vim.

2004-01-19 10:56
0.5

这个版本增加了LDAP支持,清理一些代码,并包括一个许可证。
标签: Major feature enhancements
This version adds LDAP support, cleans up some code, and includes a license.

2003-12-19 08:32
0.4

此版本包括最新的文档和数字Python支持。
标签: Major feature enhancements
This release includes updated docs and support for
Numeric Python.

Project Resources