-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot choose method/class/etc. #162
Comments
can you uninstall python-mode? And check again? |
I'm trying to uninstall python-mode and run without him. Nothing has changed. |
At python-mode im already set off autocomplete with this beforehand: |
What's your And you realize that you're assigning |
Im set to |
Can I somehow off preview of chosen function at autocomplete? Maybe its help's me? |
No: Run
Yes you can switch of the preview if that helps:
|
from :ver at VIM: Also im set at my .vimrc file: |
If it works now, i'm going to close. Feel free to comment if there's still an issue. |
I have the same issue. I think it might be related to NERDTree. Here is what I experience: When I close NERDTree before editing everything seems to kinda work. Except that PowerLine can't display info from the hsplit which displays pydoc for the auto complete items. When NERDTree is open and I invoke auto completion everything works fine until I get to a method. Then several things happen: 1.: vim opens a hsplit above the buffer I am editing in with the pydoc of the object/method (see screenshot below) Other observations:
:ver |
@neonsamurai No idea what that could be. But it doesn't look like a jedi-vim problem. Since jedi-vim just uses the default autocompletion functionality without modifying anything (that hsplit is not something that jedi-vim does. That's default |
As you can see there [No Name] buffer appears when you reach third frame and almost whole selection window disappears (a small piece remains on the statusline). But i'm not sure that it is the "buffer", because :ls command don't shows this "buffer". And I founded the cause. Ok. I found a solution. My vim version was 7.3.547. |
Thanks so much for the comment! |
I'm trying to install jedi-vim with Vundle plugin, and typing this "example":
import math
math.
fter dot i get popup with autocomplete. Really not bad, but, i cant choose function/method/class/etc. what i want (arrows somehow doesn't worked, when show popup with autocomplete and preview of first function/method/class/etc. which automatically selected)
At my .vimrc file:
let g:jedi#popup_select_first = 0
let g:jedi#goto_command = "g"
let g:jedi#get_definition_command = "d"
let g:jedi#rename_command = "r"
let g:jedi#related_names_command = "n"
let g:jedi#autocompletion_command = ""
P.S. Maybe incompatible with some plugin, which installed also by Vundle: NERDTree, NERDCommenter, TagBar, minibufexpl.vim, FixedTaskList.vim, conque-term, vim-snippets, vim-snipmate, vim-addon-mw-utils, tlib_vim, git-vim, vim-gitgutter, vim-airline, python-mode?
The text was updated successfully, but these errors were encountered: