Questions tagged [jedi-vim]

jedi-vim is a is a VIM binding to the autocompletion library Jedi.

74 questions
0
votes
1 answer

Jedi-vim: No auto-complete on dot (.), testing shows erroneous "no python" error

I just installed jedi-vim and supertab (because I already had something bound to ). now shows the autocomplete menu and it's working pretty well, however I don't see any menus when I hit .. If I use in insert mode after…
Hovis Biddle
  • 879
  • 9
  • 14
0
votes
0 answers

jedi-vim reset docstring cache

Is there any way to reset the docstring preview cache that jedi-vim uses? I have a python module that I'm working on, and none of my docstrings are accurate in the preview window when I'm outside of the module. For example, say I have the…
Chris
  • 43
  • 1
  • 4
0
votes
2 answers

How to prevent Python-mode from auto inserting "import"?

I use Python-mode (pymode) in Vim. When I begin typing an import statement, from foo import bar Pymode auto inserts import such that I end up with from foo import import bar How can I prevent Pymode from auto inserting/completing import?
skyler
  • 8,010
  • 15
  • 46
  • 69
0
votes
1 answer

Did jodi-vim not support pip installed package?

I install python with brew and python site-package directory is /usr/local/lib/python2.7/site-packages. I try go to method definitions using d. But it prompt: jedi Couldn't find any definitions for this Then I enter d in socket.socket(), it…
david
  • 39
  • 1
  • 7
0
votes
0 answers

trouble loading jedi-vim after install

My issue is possibly similar to link but thought I'd ask jic. I'm on osx and trying to use jedi-vim. I installed jedi using pip and then jedi-vim by cloning into the dir that my vim config uses for loading packages. this one for reference. When I…
0
votes
2 answers

Conflict between jedi-vim and gitgutter

I'm using gvim 7.4 on Windows 7. When I edited python file using jedi-vim and entered Insert Mode, cmd.exe launched many times and the vim didn't work correctly. (Sometimes the cursol couldn't be moved to the end of line.) Why does it happen? I…
fx-kirin
  • 1,906
  • 1
  • 20
  • 33
0
votes
2 answers

Autocomplete for parent objects with jedi-vim

I use jedi-vim for completion and it does the thing pretty well. But for some reason I have troubles with completion for parent objects. For example: class A: variable = 1 class B(A): # Won't find any pattern here, only __builtin__.vars …
valignatev
  • 6,020
  • 8
  • 37
  • 61
0
votes
1 answer

Severe problems on getting to work jedi vim (windows)

i have already read a lot of threads with similar topics and the tag jedi-vim here on stackoverflow and also other pages. But this problem still keeps me from doing my actual work :-/. Up to now I have already tried several steps back and forth,…
Lukas B
  • 31
  • 1
  • 2
0
votes
1 answer

vim slows down for autocompop for yaml files

This is my vimrc. The vim is really slow in navigation for yaml files. I disabled the L9 and autocompop plugin and its faster now. Is there way to have have the plugin and still have a better navigation. Also I have both pythonmode and jedi-vim for…
Arman
  • 194
  • 9
0
votes
2 answers

Unwanted highlighting with Syntastic / Jedi-Vim

I'm using Syntastic and Jedi-Vim. At the moment I'm using Syntastics features to highlight pylint errors in vim. I feel like I've come across some sort of bug as you can see in the screenshot my custom Error line highlight will show a undercurl when…
brendan
  • 31
  • 3
0
votes
1 answer

jedi-vim and YCM python indentation

I'm using YouCompleteMe vim plugin for Python dev. YCM uses jedi-vim to autocomplete python code. However, I want to configure python indentation to 2 spaces not 4 (Google Python style). How can I do this? I tried add python.vim in /ftplugin and set…
0
votes
1 answer

How to make work in terminal.app on mac?

I want to use python-mode and jedi for autocompletion in Vim for python. However under my environment (vim 7.3 in terminal.app on OSX 10.8), I just cannot have the key-combination work. I read many related articles and knows that it is because…
-1
votes
1 answer

Supertab: autocomplete after a specific word followed by a space

By default, supertab is inserting a regular tab when the previous character is a space. I would like to keep this behaviour but with the following exception: if the previous character is a space but the preceding word is import, autocomplete. For…
BiBi
  • 7,418
  • 5
  • 43
  • 69
-2
votes
1 answer

PYTHONOF error while using jedi-vim

if you get a E492: Not an editor command: Python << PYTHONEOF or a import jedi ImportError: No module named jedi
1 2 3 4
5