xonsh/xontrib
Daniel Shimon f48b37939d xontrib: jedi: Improve Jedi completer
* Use new Jedi API
* Replace the existing python completer
* Create rich completions with extra info
* Use entire multiline document if available
* Complete xonsh special tokens
* Be aware of _ (last result)
* Only show dunder attrs when prefix ends with '_'
2020-07-28 02:58:33 +03:00
..
abbrevs.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
autovox.py Make autovox work with Python 3.5 2020-04-08 20:13:12 +02:00
bashisms.py black 2019-10-05 20:51:30 -04:00
coreutils.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
distributed.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
free_cwd.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
jedi.xsh xontrib: jedi: Improve Jedi completer 2020-07-28 02:58:33 +03:00
mpl.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
mplhooks.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
prompt_ret_code.xsh many test fixes 2018-09-13 14:03:35 -04:00
README interim add 2016-05-11 00:42:36 -04:00
vox.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
voxapi.py Add the new path parameter to the documentation. 2019-08-15 23:23:26 +10:00
whole_word_jumping.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00

xontrib is an implicit namespace package. DO NOT add an __init__.py file
to this directory.

Feel free to add both *.xsh and *.py files to the directory, they will be
installed and available.