Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs python autocompletion

Tags:

python

emacs

I've installed python-mode, pymacs and pycomplete+ from el-get on emacs24. But i am not able to get auto-completion for python in emacs.

like image 666
Bunny Rabbit Avatar asked Dec 11 '22 20:12

Bunny Rabbit


2 Answers

I'd recommend you to try emacs-jedi. The author is really trying to bring the best Python autocompletion experience to Emacs. (It uses the Jedi autocompletion library).

like image 173
Dave Halter Avatar answered Dec 31 '22 17:12

Dave Halter


There are ways to hook ropemacs up as an auto-complete source, but as far as I know it's not provided "by default" in any of these packages. You might try this in your .emacs, this is a snippet I've used successfully

From what I'm reading this package completion that's more simple to configure.

like image 23
Tecuya Avatar answered Dec 31 '22 17:12

Tecuya