Python和Intellisense [英] Python and Intellisense

查看:125
本文介绍了Python和Intellisense的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有相当于Python的'intellisense'?

Is there an equivalent to 'intellisense' for Python?

也许我不应该承认它,但我发现intellisense确实加速了'发现阶段'学习一门新语言。例如,从VB.net切换到C#是轻而易举的,因为片段和intellisense帮助了我。

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.

推荐答案

这篇博客文章解释了如何将Vim设置为Python IDE,他介绍了类似Intellisense的功能:

This blog entry explains setting Vim up as a Python IDE, he covers Intellisense-like functionality:

Python Intellsense http://blog.dispatched.ch/wp-content/uploads/2009/05/omnicompletion.png

这在Vim 7中是标准的。在Vim中有许多其他非常有用的python开发插件,例如 Pyflakes 即时检查代码并 Python_fn.vim ,提供操作python缩进的功能&代码块。

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和Intellisense的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆