IPython auto-completion emacs24 doesn't work

拈花ヽ惹草 提交于 2019-12-04 07:48:10

That's an old question but since I was looking for it:

1- python-mode.el

A quick search lead me to this working solution: http://www.emacswiki.org/emacs/PythonProgrammingInEmacs#toc5

2- jedi

You still can use the completion given by jedi.el:

http://jedi.jedidjah.ch/en/latest/

http://wikemacs.org/index.php/Python#Jedi

http://aliquote.org/memos/2013/02/11/emacs-auto-completion-for-python

Install with packages.el and call M-x jedi:setup. Now the completion fires at the third character. We still can not inspect an object with TAB like in a terminal, but with the 1st solution we can. edit: false, it's just a matter of configuration: http://tkf.github.io/emacs-jedi/released/#configuration (use jedi:complete-on-dot to complete as soon as we enter a dot).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!