How to fix absent Python autocompletion on object instances in Vim?

后端 未结 3 1723
遥遥无期
遥遥无期 2021-01-30 18:35

I have found a strange behavior in Vim when I attempt to use autocompletion on objects. If I instantiate the objects on a module level, the Vim autocompletion will work on the i

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-30 19:15

    I had to use the following line to get ctrl+space working

    imap  =RopeCodeAssistInsertMode()
    

提交回复
热议问题