Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 678 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 678 Bytes

Xonsh Python completions using jedi.

If you like the idea click ⭐ on the repo and tweet.

Installation

To install use pip:

xpip install xontrib-jedi
# or: xpip install -U git+https://github.com/xonsh/xontrib-jedi

Usage

xontrib load jedi

import json
json.<Tab>

Credits

This package was created with xontrib cookiecutter template.