The story of introducing jedi (python auto-completion package) to emacs

It took me more than half a day to install it due to various strays (I did the old installation method halfway), but I was able to do it for the time being.

Basically, it's OK if you do Quick start in the following URL. http://tkf.github.io/emacs-jedi/latest/

I introduced the package with MELPA, but he also put in all the dependent packages without permission.

Once the package is in, add the following description to init.el

init.el


(add-hook 'python-mode-hook 'jedi:setup)
(setq jedi:complete-on-dot t)

Finally execute the following command from emacs

M-x jedi:install-server

This was all I could do.

The usability is very good. Satisfied.

スクリーンショット 2015-05-04 18.39.32.png

スクリーンショット 2015-05-04 18.41.19.png

スクリーンショット 2015-05-04 18.52.16.png

Recommended Posts

The story of introducing jedi (python auto-completion package) to emacs
A story that struggled to handle the Python package of PocketSphinx
[Emacs] I had a problem installing the Python auto-completion package jedi (mac)
Try to get the function list of Python> os package
The story of Python and the story of NaN
The story that the version of python 3.7.7 was not adapted to Heroku
The story of trying to reconnect the client
The story of adding MeCab to ubuntu 16.04
The story of making Python an exe
The story of manipulating python global variables
The story of blackjack A processing (python)
The story of pep8 changing to pycodestyle
The story of low learning costs for Python
Image processing? The story of starting Python for
The story of reading HSPICE data in Python
The story of moving from Pipenv to Poetry
the zen of Python
The story of sys.path.append ()
Introducing Python 2.7 to CentOS 6.6
Easy way to check the source of Python modules
python beginners tried to predict the number of criminals
The wall of changing the Django service from Python 2.7 to Python 3
The story of Python without increment and decrement operators.
How to get the number of digits in Python
[python] option to turn off the output of click.progressbar
The story of FileNotFound in Python open () mode ='w'
[Python] Summary of how to specify the color of the figure
14 quizzes to understand the surprisingly confusing scope of Python
[Introduction to Python] Basic usage of the library matplotlib
The story of automatic language conversion of TypeScript / JavaScript / Python
To do the equivalent of Ruby's ObjectSpace._id2ref in Python
The story of wanting to buy Ring Fit Adventure
The story of using circleci to build manylinux wheels
Completely translated the site of "The Hitchhiker's Guide to Python"
Python Note: The mystery of assigning a variable to a variable
I tried to summarize the string operations of Python
A story about trying to introduce Linter in the middle of a Python (Flask) project
I tried to find the entropy of the image with python
[Python] Change the Cache-Control of the object uploaded to Cloud Storage
The story of building Zabbix 4.4
Towards the retirement of Python2
The story of implementing the popular Facebook Messenger Bot with python
[Apache] The story of prefork
The story of how the Python bottle worked on Sakura Internet
About the ease of Python
The story of rubyist struggling with python :: Dict data with pycall
[Python] I tried to visualize the follow relationship of Twitter
Try to automate the operation of network devices with Python
Debug by attaching to the Python process of the SSH destination
The story of copying data from S3 to Google's TeamDrive
I want to know the features of Python and pip
After all, the story of returning from Linux to Windows
[Python] Tensorflow 2.0 did not support Python 3.8, so the story of downgrading Python
About the features of Python
The Power of Pandas: Python
Get the source of the page to load infinitely with python.
I tried to summarize the contents of each package saved by Python pip in one line
The story of returning to the front line for the first time in 5 years and refactoring Python Django
A story about a person who uses Python addicted to the judgment of an empty JavaScript dictionary
A memorandum of understanding for the Python package management tool ez_setup
The story of not being able to run pygame with pycharm