Python and Intellisense(Python 和智能感知)
问题描述
对于 Python 是否有等效于智能感知"的功能?
也许我不应该承认这一点,但我发现智能感知确实加快了学习一门新语言的发现阶段".例如,从 VB.net 切换到 C# 是一件轻而易举的事,因为片段和智能感知帮助了我.
(来源:dispatched.ch)
这是 Vim 7 中的标准.在 Vim 中还有许多其他非常有用的 Python 开发插件,例如 Pyflakes 动态检查代码和 Python_fn.vim 提供了操作 python 缩进的功能 &代码块.
Is there an equivalent to 'intellisense' for Python?
Perhaps i shouldn't admit it but I find having intellisense really speeds up the 'discovery phase' of learning a new language. For instance switching from VB.net to C# was a breeze due to snippets and intellisense helping me along.
This blog entry explains setting Vim up as a Python IDE, he covers Intellisense-like functionality:
(source: dispatched.ch)
This is standard in Vim 7. There are a number of other very useful plugins for python development in Vim, such as Pyflakes which checks code on the fly and Python_fn.vim which provides functionality for manipulating python indentation & code blocks.
这篇关于Python 和智能感知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Python 和智能感知


- YouTube API v3 返回截断的观看记录 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01