Commit graph

7 commits

Author SHA1 Message Date
Daniel Shimon
5f8e27b666 xontrib: jedi: Fix bugs in jedi completer 2020-08-05 00:15:17 +03:00
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
Sean Farley
22a078377d jedi: refactor completions
This fixes jedi completions backtrace in the scenario where
CASE_SENSITIVE_COMPLETIONS is set.
2019-10-02 15:01:05 -05:00
Anthony Scopatz
556db6d124 jedi error fix 2019-10-01 20:59:47 -04:00
Anthony Scopatz
2264f72b45 fixed some more bugs 2018-09-13 17:08:01 -04:00
Anthony Scopatz
a3b6424bda better semantics for jedi 2017-02-21 11:56:33 -05:00
Anthony Scopatz
feb0c9b209 Return of the Jedi 2017-02-07 22:53:28 -05:00