company-jedi
company-jedi copied to clipboard
Company backend for Python jedi
I described the issue [here](https://github.com/company-mode/company-mode/issues/399#issuecomment-138183207) & [HERE](https://github.com/davidhalter/jedi/issues/623#issuecomment-138132983), I've tried reinstalling ``,``,`` for several times, still couldn't solve this issue.
THis causes periodic freezes whenever completions are requested, because python doesn't behave the same way python does.
I just installed jedi-core and then company-jedi. When I tried to use the completion, I found something wierd happening in interactive mode. In the python script buffer, the completion seems...
Each time I write some method or attribute of class I get this message. Very hard to write python code without class completion. ``` Company: backend (company-jedi company-elisp company-yasnippet company-semantic...
Hi, Using the following configuration, the following message is show: `(wrong-number-of-arguments (1 . 2) 0)` ``` (use-package company-jedi :ensure t :defer t :preface (add-hook 'python-mode-hook #'company-jedi) :config ;;(add-to-list 'company-backends 'company-jedi)...