Python and Intellisense

前端 未结 16 896
南方客
南方客 2020-12-02 09:33

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 learn

16条回答
  •  抹茶落季
    2020-12-02 10:24

    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.

提交回复
热议问题