wxPython 自动完成

发布于 2024-08-19 12:58:43 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

浅暮の光 2024-08-26 12:58:43

Eclipse+PyDev 将 wxPython 的安装目录添加到 PythonPath 中,具有功能齐全的自动完成功能。
Pydev

Eclipse+PyDev with the install directory for wxPython added to the PythonPath has fully functioning autocomplete.
Pydev

孤芳又自赏 2024-08-26 12:58:43

我使用 Ulipad,它对 wxPython 也有很好的自动补全功能。

I use Ulipad, and its has good autocompletion for wxPython too.

べ映画 2024-08-26 12:58:43

Wingide 可以做到

Wingide can do it

谷夏 2024-08-26 12:58:43

我使用 Eclipse/PyDev 进行 wxPython 开发。我对 Eclipse 的 Python 开发效率非常满意。它确实支持 wxPython 自动完成。

I use Eclipse/PyDev for wxPython development. I've been very satisfied with Eclipse for Python development productivity. It does have support for autocompletion for wxPython.

青萝楚歌 2024-08-26 12:58:43

我偏爱 PyCharm。但是,大多数 IDE 会根据您导入的模块自动完成代码,因此它并非特定于 PyCharm。

I'm partial to PyCharm. However, most IDEs will auto complete code based on what modules you've imported, so it's not specific to PyCharm.

分開簡單 2024-08-26 12:58:43

无论 Python 的默认 Windows IDE 是什么,都可以使用非标准库中的代码自动完成。

Whatever the default windows IDE for Python is can autocomplete, with code not from the standard library.

不再让梦枯萎 2024-08-26 12:58:43

Sublime Text + anaconda

我正在使用 wxPython 在一个小项目中编码,它为 wxPython 提供了很好的自动完成功能。

Sublime Text + anaconda

I'm coding in a small project using wxPython, it provides good autocompletion function for the wxPython.

半仙 2024-08-26 12:58:43

尝试使用大脑自动完成...:)

只是开玩笑。当我在 PyQt4 中编码时,我打开 qt-assistant 并搜索手册,
并将 myclass 包装如下: MyButton = QPusuButton

我认为在 python 中使用自动完成功能是不可能的,
因为只有在运行时计算机才知道发生了什么。

try use brain to autocomplete... :)

just joking. when I coding in in PyQt4, I open qt-assistant and search the manual,
and wrap myclass like : MyButton = QPusuButton

I think it is impossible to use autocomplete in python,
because only in runtime the computer know what happens.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文