R
R
Relrin2013-08-16 19:15:31
Python
Relrin, 2013-08-16 19:15:31

Autocomplete transitions?

I'm sitting with VIM, because I want to use it when I write in python. Delivered the Jedi-vim plugin to have good autocompletion, and ran into the following problem:
When, for example, I do this:

import math
math.

then auto-completion pops up after the dot (that is, the list of module functions, which is quite expected). However, I can't select the desired method/function (although I'm trying), which is most likely due to the preview of the function, i.e. description of her actions. So, the bottom line is: how can I normally select the function / class / etc. I need in this plugin, but at the same time see a preview of the selected function? That is, after the output occurs, as in the screenshot, I can’t do anything else, and the transition along the arrows does not work.
e3c9b4aeb8e49d90c5cee05b5d08c6b8.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Relrin, 2013-08-20
@Relrin

The solution to the problem is to remove the preview of the autocomplete method/function:
autocmd FileType python set completeopt-=preview

R
Relrin, 2013-08-16
@Relrin

Tried removing python-mode and running VIM without it. And try to write something - nothing has changed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question